minilisp

Lisp interpreter

A minimalistic Lisp interpreter in C

A readable lisp in less than 1k lines of C

GitHub

1k stars
30 watching
173 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
robert-van-engelen/tinylispA compact C implementation of Lisp with 20 built-in primitives and a REPL.861
maryrosecook/littlelispA JavaScript implementation of a minimal Lisp interpreter supporting basic data structures and control flow.608
chr1st0scli/rainlispA .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems.34
jsloop42/dreamlispAn Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system.8
svenssonjoel/lispbmAn interpreter for a concurrent Lisp programming language designed for microcontrollers.92
yesco/esp-lispA small, fast Lisp interpreter for the ESP8266 microcontroller257
ronami/typelangA tiny Lisp-like language interpreter implemented in TypeScript's type system296
esp8266/basicA basic programming language and interpreter for microcontrollers like the ESP8266259
masak/belAn interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations.27
digikar99/py4cl2A Common Lisp library for executing Python code and integrating it with existing Lisp systems.42
trevorjay/atinybasicA minimal BASIC interpreter for microcontrollers25
cookrn/babybelRuby implementation of a Common Lisp dialect for building interpreters and compilers8
smallbasic/smallbasicAn interpreter for a simplified BASIC programming language with extensions for graphics and sound211
cofinalsubnets/wispA Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs.115
murisi/l2A minimalist language with procedural macro support135