Robert-van-Engelen / tinylispView external linksLinks
Lisp in 99 lines of C and how to write one yourself. Includes 21 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.
☆1,397Jan 11, 2026Updated last month
Alternatives and similar repositories for tinylisp
Users that are interested in tinylisp are comparing it to the libraries listed below
Sorting:
- A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closu…☆126Nov 6, 2025Updated 3 months ago
- 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
- Bootstrapping LISP in a Boot Sector☆1,466Nov 27, 2024Updated last year
- A tiny, embeddable language implemented in ANSI C☆1,463Jul 4, 2024Updated last year
- 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
- PicoLisp is an open source Lisp dialect. It is based on LLVM and compiles and runs on any 64-bit POSIX system. Its most prominent feature…☆238Jan 23, 2026Updated 3 weeks ago
- A dynamic language and bytecode vm☆4,145Feb 6, 2026Updated last week
- mal - Make a Lisp☆10,568Oct 22, 2025Updated 3 months ago
- A FORTH in 340 bytes — the smallest real programming language ever as of yet.☆623Aug 18, 2024Updated last year
- a lightweight, robust, scheme-like lisp implementation☆1,632Feb 26, 2020Updated 5 years ago
- sectorforth is a 16-bit x86 Forth that fits in a 512-byte boot sector.☆469May 7, 2022Updated 3 years ago
- A Small Lisp in Forth☆159Apr 21, 2021Updated 4 years ago
- A VM That is Dynamic and Fast☆1,651Jun 8, 2025Updated 8 months ago
- ISLisp interpreter/compiler☆324Jan 18, 2026Updated 3 weeks ago
- Cake a C23 front end and transpiler written in C☆653Jan 8, 2026Updated last month
- A readable lisp in less than 1k lines of C☆1,549Feb 18, 2024Updated last year
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆73May 25, 2018Updated 7 years ago
- Official chibi-scheme repository☆1,334Updated this week
- A C Compiler that fits in the 512 byte boot sector of an x86 machine☆1,805Updated this week
- Parallel OS, with GUI, Terminal, OO Assembler, Class libraries, C-Script compiler, Lisp interpreter and more...☆1,677Updated this week
- A tiny hand crafted CPU emulator, C compiler, and Operating System☆1,115Dec 16, 2020Updated 5 years ago
- C11 compiler (mirror)☆809Jan 13, 2026Updated last month
- A small C compiler☆10,936Oct 30, 2023Updated 2 years ago
- A modular Common Lisp game engine☆1,135Aug 13, 2025Updated 6 months ago
- A small implementation of LISP, written in standard C11.☆166Apr 1, 2017Updated 8 years ago
- A list of Lisp-flavored programming languages☆843Nov 3, 2025Updated 3 months ago
- General-purpose editor/IDE with high expansibility in Common Lisp☆2,881Feb 7, 2026Updated last week
- build-once run-anywhere c library☆20,537Jan 25, 2026Updated 2 weeks ago
- An operating system written in Common Lisp☆3,796Jan 4, 2026Updated last month
- A small, easily embedded language implemented in a single .c file☆309Sep 7, 2023Updated 2 years ago
- Lua Lisp Language☆2,713Updated this week
- zForth: tiny, embeddable, flexible, compact Forth scripting language for embedded systems☆406Feb 1, 2026Updated last week
- A Bestiary of Single-File Implementations of Programming Languages☆1,034Feb 5, 2026Updated last week
- Otus Lisp (Ol) is a purely functional multi-platform Scheme dialect with built-in FFI and infix math.☆271Updated this week
- A statically typed lisp, without a GC, for real-time applications.☆5,807Sep 16, 2025Updated 4 months ago
- A Lisp interpreter implemented in Conway's Game of Life☆488Jan 17, 2022Updated 4 years ago
- A tiny Racket for scripting☆310Jul 31, 2025Updated 6 months ago
- Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.☆1,525Feb 7, 2026Updated last week
- A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR☆2,523Aug 29, 2024Updated last year