Robert-van-Engelen / lispView external linksLinks
A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL.
☆126Nov 6, 2025Updated 3 months ago
Alternatives and similar repositories for lisp
Users that are interested in lisp are comparing it to the libraries listed below
Sorting:
- A mini Lisp in 1k lines of C with Cheney's copying garbage collector, explained. Includes over 40 built-in Lisp primitives, floating poin…☆50Nov 2, 2025Updated 3 months ago
- Lisp in 99 lines of C and how to write one yourself. Includes 21 Lisp primitives, garbage collection and REPL. Includes tail-call optimiz…☆1,397Jan 11, 2026Updated last month
- vm and compiler for a small lisp☆13Aug 28, 2021Updated 4 years ago
- A fast Forth 2012 Standard system written in Z80 assembly for SHARP PC-G850 pocket computers. Plus new fast Z80 IEEE754 math libraries.☆31Oct 19, 2025Updated 3 months ago
- unfinished port of https://learnopengl.com/ example code to CL☆12May 16, 2020Updated 5 years ago
- StumpWM Debugger☆11Apr 19, 2025Updated 9 months ago
- A very basic Lisp + Erlang-style processes, on a virtual machine☆10Aug 24, 2016Updated 9 years ago
- A Common Lisp LLM completions library☆25Oct 26, 2025Updated 3 months ago
- Minimal LISP Compiler for x86_64☆15Feb 22, 2022Updated 3 years ago
- ☆29Sep 14, 2025Updated 4 months ago
- 3-lisp implementation from Procedural Reflection in Programming Languages, volume i., Brian Cantwell Smith☆125Apr 11, 2025Updated 10 months ago
- A toy c compiler written in python☆12Jan 9, 2024Updated 2 years ago
- Closure web engine☆17Jul 22, 2022Updated 3 years ago
- Small arena allocator in c☆28Feb 4, 2021Updated 5 years ago
- R7RS/R6RS Scheme Implementation☆65Feb 4, 2026Updated last week
- A specification of an improvement to the Common Lisp standard☆22Feb 4, 2022Updated 4 years ago
- Minimal Lisp/Forth☆11Jan 5, 2025Updated last year
- A library for portable framebuffer access☆18Aug 13, 2025Updated 6 months ago
- JSON parser in c☆17Apr 1, 2025Updated 10 months ago
- SIOF (Scheme In One File) is a minimal interpreter for R7RS Scheme☆76May 5, 2022Updated 3 years ago
- A version of the Lisp programming language for RISC-V based boards.☆31Jan 12, 2025Updated last year
- The main repo for the Medley Interlisp project. Wiki, Issues are here. Other repositories include maiko (the VM implementation) and Inter…☆435Updated this week
- A Scheme Interpreter for ARM Microcontrollers☆14Jan 15, 2014Updated 12 years ago
- Simple Lisp compiler. Compiles a minimal Lisp dialect to ANSI C.☆19Jul 26, 2015Updated 10 years ago
- Concise implementation of a lisp-like language for low-end and embedded devices☆100Oct 31, 2013Updated 12 years ago
- An R7RS Scheme implemented in WebAssembly☆182May 2, 2023Updated 2 years ago
- Swank server for r7rs Schemes☆59Jan 14, 2026Updated 3 weeks ago
- Code from "Building Lisp"☆34May 10, 2025Updated 9 months ago
- A portable, compact and extensible Scheme implementation that is fully R4RS compliant. This includes closures, I/O, tail calls, first-cla…☆548Dec 18, 2025Updated last month
- Create and manage virtual machines from Common Lisp☆53Jan 27, 2021Updated 5 years ago
- Royal Scheme will eventually grow to be a real, usable, embeddable Scheme implemented in ANSI C.☆78Nov 17, 2012Updated 13 years ago
- A meta-circular interpreter of a subset of Scheme☆16Apr 12, 2020Updated 5 years ago
- Embedded WebAssembly runtime for Common Lisp☆26Apr 20, 2025Updated 9 months ago
- A Scheme-like Lisp interpreter that can also run as an operating system☆21Aug 17, 2013Updated 12 years ago
- Tiny scheme implementation written in c++17☆31Dec 20, 2018Updated 7 years ago
- Official chibi-scheme repository☆1,334Updated this week
- An implementation of Common Lisp with the sole purpose of bootstrapping other implementations.☆60May 17, 2021Updated 4 years ago
- Lisp C Compiler aka. 'Cicili' programming language, which compiles Lisp-like syntax to C code and more extra features like method, lambda…☆33May 4, 2025Updated 9 months ago
- Small x86 opcode decoder library☆37Nov 28, 2024Updated last year