minilisp
Lisp interpreter
A minimalistic Lisp interpreter in C
A readable lisp in less than 1k lines of C
1k stars
30 watching
173 forks
Language: C
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 861 |
| A JavaScript implementation of a minimal Lisp interpreter supporting basic data structures and control flow. | 608 |
| A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
| An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system. | 8 |
| An interpreter for a concurrent Lisp programming language designed for microcontrollers. | 92 |
| A small, fast Lisp interpreter for the ESP8266 microcontroller | 257 |
| A tiny Lisp-like language interpreter implemented in TypeScript's type system | 296 |
| A basic programming language and interpreter for microcontrollers like the ESP8266 | 259 |
| An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
| A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 42 |
| A minimal BASIC interpreter for microcontrollers | 25 |
| Ruby implementation of a Common Lisp dialect for building interpreters and compilers | 8 |
| An interpreter for a simplified BASIC programming language with extensions for graphics and sound | 211 |
| A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
| A minimalist language with procedural macro support | 135 |