Shaare your links...
2529 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 6
106 results for tags common-lisp x
  • stylewarning's screed
    Blog about Common Lisp, (Quantum) computing. Found via the announcement http://www.stylewarning.com/posts/not-all-elementary/ on https://planet.lisp.org/
    His Lisp library for performing extremely fast, extremely high-precision arithmetic https://github.com/stylewarning/hypergeometrica sounds intriguing.
    Wed Apr 15 15:14:48 2026 - permalink -
    - https://www.stylewarning.com/about/
    blog common-lisp mathematics π
  • Modern Common Lisp with FSet
    On-line Book about FSet, a common lisp library for functional sets.
    Announcecd on Planet Lisp https://scottlburson2.blogspot.com/2026/04/fset-v242-champ-bags-and-v10-of-my-fset.html
    Mon Apr 13 11:44:24 2026 - permalink -
    - https://fset.common-lisp.dev/Modern-CL/Top_html/index.html#SEC_Contents
    book common-lisp FOSS functional Lisp programming reading
  • Lem is a general-purpose editor/IDE extensible in Common Lisp
    Another thing to try out some day.
    Thu Mar 12 16:08:55 2026 - permalink -
    - https://lem-project.github.io/
    common-lisp editor Emacs TODO
  • Quickdocs - find Common Lisp libraries shipped by Quicklisp
    Mentioned in a comment to http://blog.quicklisp.org/2025/07/june-2025-quicklisp-dist-now-available.html
    Apparently I have not bookmarked https://www.quicklisp.org/beta/ yet.
    Mon Jul 14 16:38:24 2025 - permalink -
    - https://quickdocs.org/
    common-lisp documentation software
  • 42links is an open-source, web-based bookmarking server.
    Found on CLiki https://www.cliki.net/42links
    Tue May 6 21:49:09 2025 - permalink -
    - https://code.rosaelefanten.org/42links/dir?ci=tip
    bookmark common-lisp FOSS software
  • Execute Emacs Lisp in Common Lisp
    The system provides a dedicated package EL (EMACS-LISP), and some definitions.
    Found on the Emacs Wiki https://www.cliki.net/el
    See also https://framagit.org/akater/lisp-primes-for-trickontology
    Thu May 1 21:31:15 2025 - permalink -
    - https://framagit.org/akater/cl-el
    common-lisp emacs Lisp org-mode
  • GitHub - fukamachi/cl-project: Generate modern project skeletons
    From the author's description:
    1. Flexible templates
    CL-Project supports more parameters to embed, by using CL-EMB to represent the skeleton files (See "cl-project/skeleton/").

    2. One package per file style (Modern)
    A modern CL project should be in accordance with some rules. For instance, one file must have one package in it.

    3. Recommends unit testing
    Modern projects should have some unit tests. CL-Project generates a system for unit testing, so you can begin writing unit tests as soon as the project is generated.
    Wed Dec 18 13:27:04 2024 - permalink -
    - https://github.com/fukamachi/cl-project
    common-lisp lic:MIT TODO tool
  • The Common Lisp Cookbook
    The CL Cookbook aims to tackle all sort of topics, for the beginner as for the more advanced developer. Found on vindarel's blog
    https://lisp-journey.gitlab.io/blog/running-my-4th-lisp-script-in-production/
    Thu Oct 24 12:30:53 2024 - permalink -
    - https://lispcookbook.github.io/cl-cookbook/
    common-lisp lisp reading
  • Practices for Software Projects | John Jacobsen
    I discovered this blog via the link to http://johnj.com/posts/to-the-metal/ on https://planet.lisp.org/
    His static site generators https://github.com/eigenhombre/weeds and https://github.com/eigenhombre/organa look interesting too.
    Tue Aug 20 14:36:47 2024 - permalink -
    - http://johnj.com/posts/practices/
    blog common-lisp Lisp org-mode programming software
  • Unix in Lisp
    Common Lisp program trying to map between Unix and Lisp concepts.
    Sun Jun 16 15:35:27 2024 - permalink -
    - https://www.cliki.net/Unix%20in%20Lisp
    common-lisp lisp software Unix
  • kons-9 - An IDE For 3D Production
    Found on https://www.reddit.com/r/emacs/comments/1c70qez/emacs_successors/
    kons-9 is a new 3D computer graphics and animation software system being developed as an open source project under the MIT license.
    Wed Apr 24 13:53:07 2024 - permalink -
    - https://github.com/kaveh808/kons-9
    3d common-lisp graphical-programming lic:MIT software
  • clog/ANDROID-TERMUX.md at main · rabbibotton/clog · GitHub
    Instructions to install SBCL on Android/termux. Found on https://www.cliki.net/Getting%20Started
    Mon Apr 15 10:30:06 2024 - permalink -
    - https://github.com/rabbibotton/clog/blob/main/ANDROID-TERMUX.md
    Android common-lisp
  • GitHub - tfeb/tfeb-lisp-tools: TFEB.ORG Lisp tools
    Found on Tim Bradshaw's home page https://www.tfeb.org/
    require-module sounds interesting.
    Tue Feb 6 12:45:07 2024 - permalink -
    - https://github.com/tfeb/tfeb-lisp-tools?tab=readme-ov-file#user-content-fn-1-2cb759faf08c2f1233cb3e0fe9ccfac7
    common-lisp FOSS lisp MIT tool
  • CLiki: npt
    An implementation of ANSI Common Lisp written in C.
    If I find the time, I would like to find answers which allow to add information to the table on https://www.cliki.net/Common%20Lisp%20implementation
    Wed Nov 29 12:36:19 2023 - permalink -
    - https://www.cliki.net/npt
    common-lisp FOSS software TODO
  • PAX Manual - documentation tool for Common Lisp programs
    "What if documentation really lived in the code?

    Docstrings are already there. If some narrative glued them together, we'd be able develop and explore the code along with the documentation due to their physical proximity.

    With the simplistic tools provided, one may emphasize the narrative as with Literate Programming, but documentation is generated from code, not vice versa, and there is no support for chunking.

    Code is first, code must look pretty, documentation is code."
    Tue Jun 20 11:39:17 2023 - permalink -
    - https://melisgl.github.io/mgl-pax-world/pax-manual.html#MGL-PAX:@INTRODUCTION%20MGL-PAX:SECTION
    common-lisp TODO tool
  • These Years in Common Lisp: 2022 in review - Lisp journey
    Lots of links to interesting projects.
    https://www.reddit.com/r/Common_Lisp/comments/thspgt/securing_quicklisp_through_mitmproxy/
    https://github.com/clasp-developers/clasp/releases/tag/2.0.0
    Wed Apr 26 15:52:23 2023 - permalink -
    - https://lisp-journey.gitlab.io/blog/these-years-in-common-lisp-2022-in-review/#implementations
    blog common-lisp lisp TODO
  • The why of version.lisp-expr
    Fe[nl]ix explains his approach to maintain a version number for Lisp systems.
    Tue Feb 21 08:56:29 2023 - permalink -
    - https://blog.cddr.org/posts/2012-06-05-the-why-of-version-dot-lisp-expr/
    blog common-lisp lisp TODO
  • Nicolas Martyanoff — Brain dump
    Interesting blog, includes articles such as
    Using GnuPG https://www.n16f.net/blog/using-gnupg/
    https://www.n16f.net/blog/decluttering-dired-for-peace-of-mind/
    https://www.n16f.net/blog/common-lisp-implementations-in-2023/
    Fri Feb 17 07:26:04 2023 - permalink -
    - https://www.n16f.net/blog
    blog common-lisp cryptography emacs GPG lisp
  • free42 Random Math Stuff
    Polynomial root finder for {dm,hp}42s using Laguerre's method. Found on https://forum.swissmicros.com/viewtopic.php?p=20091#p20091
    The Emacs tools for {dm,hp}42 code on https://richmit.github.io/hp42/hp42s-meta.html and the
    Lisp library http://www.mitchr.me/SS/mjrcalc/ look interesting too.
    Mon Jun 13 15:52:20 2022 - permalink -
    - https://richmit.github.io/hp42/math.html#org670c9bb
    algorithm calculator common-lisp emacs Hewlett Laguerre lisp numerical org-mode Packard root-finding tool
  • The Free Poplog Portal
    Poplog is a system (compilers, run-time, editor) for the languages Pop-11, Common Lisp, Prolog and ML.
    Poplog was developed in the School of Cognitive and Computing Sciences at the University of Sussex and at ISL (now part of SPSS), and is distributed free of charge by courtesy of both organisations.
    Sat Jan 29 16:48:23 2022 - permalink -
    - https://www.cs.bham.ac.uk/research/projects/poplog/freepoplog.html
    common-lisp editor FOSS language ML programming Prolog
Links per page: 20 50 100
◄Older
page 1 / 6
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.