Robert-van-Engelen / lispLinks
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.
☆126Updated 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…☆50Updated 3 months ago
- NASM port of JONESFORTH!☆58Updated 2 years ago
- A Small Lisp in Forth☆159Updated 4 years ago
- Code from "Building Lisp"☆34Updated 9 months ago
- This is a read-only mirror of the Fossil repository, made available via Git for your convenience.☆102Updated 2 months ago
- Example programs written for SectorLISP☆23Updated 3 years ago
- Rethinking Forth☆108Updated 5 years ago
- Scheme 9 from Empty Space (Reimagined)☆76Updated last year
- r3 programing language - ColorForth inspired☆148Updated this week
- Franz Lisp dialect Lisp system☆58Updated 11 months ago
- Minimal operating system for x86 intended as a basis for benchmarking and running Gambit☆95Updated 5 years ago
- A Forth-like programming language that targets the AbleVM☆55Updated 2 years ago
- InterLisp interpreter☆69Updated 11 months ago
- Lisp compiler for x86-64☆35Updated last week
- A small implementation of LISP, written in standard C11.☆166Updated 8 years ago
- Lisp C Compiler aka. 'Cicili' programming language, which compiles Lisp-like syntax to C code and more extra features like method, lambda…☆33Updated 9 months ago
- An STC Forth written from scratch without looking at any other code!☆16Updated 3 years ago
- Pico version of revised⁷ report on the algorithmic language scheme☆31Updated last year
- Otus Lisp (Ol) is a purely functional multi-platform Scheme dialect with built-in FFI and infix math.☆271Updated this week
- Forsp: A Forth+Lisp Hybrid Lambda Calculus Language☆219Updated last year
- TinyScheme is easy to learn and modify. It is structured like a meta-interpreter, only it is written in C.☆39Updated 8 years ago
- A generic system for creating i86 implementations of the language Forth.☆79Updated last year
- 16-bit SUBLEQ CPU running eForth - just for fun☆78Updated 2 weeks ago
- Common Lisp implementation of the Forth 2012 Standard☆133Updated last month
- STklos Scheme☆88Updated this week
- 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…☆238Updated 3 weeks ago
- Medley Interlisp virtual machine☆155Updated 3 months ago
- Multi-platform desktop Forth based on Tcl/Tk☆96Updated 4 years ago
- #F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5R…☆61Updated 3 years ago
- Feline, a concatenative programming language (Windows and Linux x86-64). Early days.☆59Updated last year