Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 6
102 results for tags common-lisp x
  • 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
  • Common Lisp on Android : lisp
    Failed attempt to build sbcl on Android using ecl, which exists both as inofficial Termux package and as Termux-independent Android app
    https://gitlab.com/eql/EQL5-Android/
    But I believe that ECL only provides a byte compiler since native compilation is done via C.
    See also https://www.christopherbiscardi.com/2014/1/10/common-lisp-on-android-running-the-mocl-android-example
    Fri Nov 5 14:50:26 2021 - permalink -
    - https://www.reddit.com/r/lisp/comments/j7hom9/common_lisp_on_android/
    Android common-lisp
  • C Compiler for Common Lisp
    See also https://github.com/vsedach/Vacietis and https://awesomeopensource.com/project/vsedach/Vacietis
    Fri Jul 30 09:56:30 2021 - permalink -
    - https://cliki.net/Vacietis
    C common-lisp compiler
  • Fileworthy
    Fileworthy is intended to facilitate easy management of files and notes across many devices.
    Mon May 17 11:26:17 2021 - permalink -
    - https://thiru.github.io/fileworthy/docs/
    common-lisp literate-programming TODO web
  • Nyxt browser: the internet on your terms.
    Nyxt is a keyboard-oriented, infinitely extensible web browser designed for power users. Conceptually inspired by Emacs and Vim, it has familiar key-bindings (Emacs, vi, CUA), and is fully configurable in Lisp.
    Was called Next before 2020-06-23 https://github.com/nEXT-Browser/nEXT
    Thu Mar 25 22:35:29 2021 - permalink -
    - https://nyxt.atlas.engineer/
    common-lisp emacs software web
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.