Common Lisp Lisp

Open-source Common Lisp projects categorized as Lisp

Top 23 Common Lisp Lisp Projects

  • nyxt

    Nyxt - the hacker's browser.

    Project mention: Nyxt – The Hacker's Browser | news.ycombinator.com | 2024-01-29
  • jak-project

    Reviving the language that brought us the Jak & Daxter Series

    Project mention: Jak & Daxter PC fanmade port runs like a dream (and also natively) on the Deck | /r/SteamDeck | 2023-06-29

    Github page

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • clasp

    clasp Common Lisp environment (by clasp-developers)

    Project mention: I Accidentally a Scheme | news.ycombinator.com | 2023-11-15

    I accidentally a Common Lisp that interoperates with C++ (https://github.com/clasp-developers/clasp.git). We would also like to move beyond BDWGC and Whiffle looks interesting. I will reach out to you and maybe we can chat about it.

  • clog

    CLOG - The Common Lisp Omnificent GUI

    Project mention: Embracing Common Lisp in the Modern World | news.ycombinator.com | 2024-01-24
  • sly

    Sylvester the Cat's Common Lisp IDE (by joaotavora)

    Project mention: I programmed a SLY completion backend, it works, but I could use some help fine tuning it. | /r/Common_Lisp | 2023-10-16

    please someone create a pull request (or issue) on SLY github, to make it available to other SLY users. (I do not wish to have a github account and don't care about the copyright)

  • jscl

    A Lisp-to-JavaScript compiler bootstrapped from Common Lisp

    Project mention: All Web frontend lisp projects | /r/lisp | 2023-05-23

    JSCL - A CL-to-JS compiler designed to be self-hosting from day one. Lacks CLOS, format and loop.

  • ccl

    Clozure Common Lisp

    Project mention: Don't Invent XML Languages (2006) | news.ycombinator.com | 2024-03-08

    There's plenty of history of s-expression formats for documentation. One example is: https://github.com/Clozure/ccl/tree/master/doc/manual

    But, also, there's plenty of uses of XML that are not "artcles and books". For example, Maven's pom.xml and log4j2.xml.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • kons-9

    Common Lisp 3D Graphics Project

    Project mention: OpenSCAD Survey - what programming language do you want to be added to app? | /r/openscad | 2023-12-06
  • medley

    The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Interlisp.github.io (web site sources) (by Interlisp)

  • mathb

    Share mathematics on the web with LaTeX and Markdown

    Project mention: Understanding continuity across an entire interval (epsilon-delta) | /r/MathHelp | 2023-06-07

    Copy and paste this comment into mathb.in to render the LaTeX.

  • eisl

    ISLisp interpreter/compiler

    Project mention: Easy-ISLisp ver3.50 | /r/lisp | 2023-09-12
  • lambdalisp

    A Lisp interpreter written in untyped lambda calculus

    Project mention: Discussion Thread | /r/neoliberal | 2023-04-24

    source code here, i am not genius enough to understand the code-calculus conversion

  • SLT

    SLT is an IDE Plugin for Itellij/Jetbrains IDE lineup implementing support for Common Lisp via Slime/Swank and supported lisp interpret.

    Project mention: Emacs4CL: A DIY kit to quickly set up vanilla Emacs for Common Lisp programming | news.ycombinator.com | 2023-06-27
  • maru

    Maru - a tiny self-hosting lisp dialect (by attila-lendvai)

    Project mention: C Is Not a Low-level Language – Your computer is not a fast PDP-11 | news.ycombinator.com | 2023-10-16

    Well Forth is possibly the most minimal VM over a platform, as evidenced by openfirmware.

    It does have problems scaling though, in that if you've seen one Forth, you've seen one Forth ie. The variations required to fit a platform make them semi-incompatible.

    That's not to say that a more lispy Forth wouldn't be useful though, in that a concatenative syntax allows us to pass custom datastructures around like APL, and CPS (delimited continuations with lexically scoped dynamic binding would come from the lisp side (see https://github.com/manuel/wat-js).

    Memory management in Forth can handle multiple memory types eg. https://flashforth.com/ so adding something like ref counting (https://github.com/zigalenarcic/minilisp/blob/main/main.c) to handle the dynamic list side of things might mesh well.

    In any case, if you're looking for a self hosting lisp that runs on bare metal, https://github.com/attila-lendvai/maru has been out for a few years.

  • om-sharp

    OM#: Visual Programming | Computer-assisted Music Compositon

  • croatoan

    Common Lisp bindings for the ncurses terminal library.

  • djula

    Common Lisp port of the Django templating language

  • jzon

    A correct and safe(er) JSON RFC 8259 reader/writer with sane defaults.

    Project mention: Common Lisp JSON parser? | /r/lisp | 2023-09-17

    jzon https://github.com/Zulu-Inuoe/jzon/ is the newest and probably the most complete, the most robust and the most accurate. It explains everything in its readme. I have settled on Shasht so far.

  • one-more-re-nightmare

    A fast regular expression compiler in Common Lisp

  • bike

    Common Lisp .Net Core Interop

    Project mention: bike (.NET interop library for CL) release 0.13.0. Extensible printer system. SIGFPE problem. | /r/lisp | 2023-09-18
  • clingon

    Command-line options parser system for Common Lisp

  • calm

    Calm down and draw something, in Lisp.

    Project mention: I’m going to create a toy project for playing with different UI libs | /r/Common_Lisp | 2023-07-04
  • cl-transducers

    Transducers: Ergonomic, efficient data processing

    Project mention: A Tour of Lisps | news.ycombinator.com | 2024-01-29

    Manual recursion often isn't needed. You can get basically all of what you want from Transducers: https://github.com/fosskers/cl-transducers

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-08.

Common Lisp Lisp related posts

Index

What are some of the best open-source Lisp projects in Common Lisp? This list will help you:

Project Stars
1 nyxt 9,509
2 jak-project 2,643
3 clasp 2,498
4 clog 1,404
5 sly 1,211
6 jscl 869
7 ccl 814
8 kons-9 541
9 medley 358
10 mathb 301
11 eisl 248
12 lambdalisp 219
13 SLT 186
14 maru 180
15 om-sharp 161
16 croatoan 145
17 djula 145
18 jzon 135
19 one-more-re-nightmare 133
20 bike 133
21 clingon 112
22 calm 98
23 cl-transducers 85
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com