justinmeiners / lisp-interpreter
Embeddable lisp/scheme interpreter written in C.
☆144Updated last year
Related projects ⓘ
Alternatives and complementary repositories for lisp-interpreter
- A small implementation of LISP, written in standard C11.☆161Updated 7 years ago
- An implementation of Scheme in Python and C++☆168Updated 6 months ago
- Next-level syntax for C-like languages :)☆405Updated 2 years ago
- A lisp👽 written in C++☆199Updated 6 months ago
- Mal (Make A Lisp) compiler☆120Updated 8 months ago
- Otus Lisp (Ol in short) is a purely* functional dialect of Lisp.☆223Updated last week
- Following [An Incremental Approach to Compiler Construction](http://scheme2006.cs.uchicago.edu/11-ghuloum.pdf)☆59Updated 3 years ago
- Implement a Lisp, in C, from scratch, no libs☆79Updated 2 years ago
- A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closu…☆81Updated 11 months ago
- PicoLisp active development has moved to the pil21 repository: https://github.com/picolisp/pil21☆206Updated 4 years ago
- Foment is an implementation of R7RS Scheme.☆67Updated 2 years ago
- A Tour Through the SubC Compiler☆84Updated 2 years ago
- Small Fast S-Expression Library☆72Updated last year
- A small nanopass compiler from a subset of Scheme to C. (Developed for Clojure Conj 2013)☆351Updated 3 years ago
- Mal (Make A Lisp) Compiler in C☆51Updated 4 years ago
- Benchmarks for various Scheme implementations. Taken with kind permission from the Larceny project, based on the Gabriel and Gambit bench…☆275Updated 3 months ago
- Maru - a tiny self-hosting lisp dialect☆189Updated 4 months ago
- Incremental Compiler paper by Abdulaziz Ghuloum, using Chez scheme, Nasm, x86_64 for OSX☆54Updated 7 years ago
- C to Common Lisp compiler☆306Updated 2 years ago
- a practical Scheme compiler☆139Updated this week
- A very small lisp interpreter, that I may one day get working on my 8-bit AVR microcontroller.☆55Updated 7 years ago
- A tiny self-hosting Lisp-to-C compiler☆236Updated 4 years ago
- CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable, efficient C, supports almost all of the current Sch…☆129Updated 15 years ago
- Lisp interpreter in less than 500 lines of C, including a copying garbage collector and an implementation of LISP 1.5 from 1962.☆444Updated 2 months ago
- MIRROR of https://codeberg.org/catseye/minischeme : Cat's Eye Technologies' fork of the original public-domain Mini-Scheme implementation…☆67Updated 6 years ago
- Unofficial libjit mirror.☆57Updated 4 years ago
- single file scheme interpreter with tail call optimization☆82Updated 5 years ago
- A version of the Lisp programming language for ATmega-based Arduino boards.☆377Updated this week
- A simple implementation of the LISP2 mark-compact GC algorithm☆38Updated 9 years ago