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.
☆114Updated 2 weeks 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…☆45Updated 3 weeks ago
- Code from "Building Lisp"☆32Updated 4 months ago
- NASM port of JONESFORTH!☆58Updated last year
- r3 programing language - ColorForth inspired☆63Updated this week
- A Small Lisp in Forth☆157Updated 4 years ago
- ANSI Common Lisp implementation☆174Updated 2 years ago
- This is a read-only mirror of the Fossil repository, made available via Git for your convenience.☆102Updated last month
- Example programs written for SectorLISP☆23Updated 3 years ago
- Scheme 9 from Empty Space (Reimagined)☆76Updated 9 months ago
- A small implementation of LISP, written in standard C11.☆165Updated 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…☆32Updated 4 months ago
- Rethinking Forth☆103Updated 5 years ago
- ☆20Updated 8 months ago
- Lisp compiler for x86-64 [WIP]☆34Updated 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…☆225Updated this week
- InterLisp interpreter☆68Updated 6 months ago
- Otus Lisp (Ol) is a purely functional multi-platform Scheme dialect with built-in FFI and infix math.☆263Updated 2 weeks ago
- STklos Scheme☆81Updated 3 weeks ago
- A generic system for creating i86 implementations of the language Forth.☆72Updated last year
- Attempt to bring some refreshing and cleanup to TinyScheme as found at sourceforge☆16Updated 2 months ago
- An STC Forth written from scratch without looking at any other code!☆17Updated 2 years ago
- Minimal operating system for x86 intended as a basis for benchmarking and running Gambit☆91Updated 4 years ago
- Medley Interlisp virtual machine☆150Updated last month
- Pico version of revised⁷ report on the algorithmic language scheme☆31Updated 8 months ago
- #F (Sharp-F or False) is a portable compiler/runtime for a minimalistic subset of the Scheme programming language. Compatibility with R5R…☆56Updated 3 years ago
- Common Lisp implementation of the Forth 2012 Standard☆123Updated last week
- Concise implementation of a lisp-like language for low-end and embedded devices☆100Updated 11 years ago
- SIOF (Scheme In One File) is a minimal interpreter for R7RS Scheme☆72Updated 3 years ago
- Mal (Make A Lisp) Compiler in C☆52Updated 5 years ago
- A pared-down version of uLisp for hackers.☆52Updated 6 years ago