dreamlisp
Lisp Interpreter
An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system.
DreamLisp Programming Language Interpreter
8 stars
3 watching
1 forks
Language: Objective-C
last commit: 3 months ago clojuredreamlisplfeobjective-c
Related projects:
Repository | Description | Stars |
---|---|---|
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
maryrosecook/littlelisp | A small Lisp interpreter in JavaScript that supports basic programming constructs | 608 |
rui314/minilisp | A minimalistic Lisp interpreter in C | 1,479 |
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 854 |
kspalaiologos/malbolge-lisp | An interpreter written in Malbolge that supports Lisp-like programming with advanced features and instructions. | 489 |
yesco/esp-lisp | A small, fast Lisp interpreter for the ESP8266 microcontroller | 257 |
cofinalsubnets/wisp | A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
lspector/clojush | An implementation of a Push programming language and genetic programming system in Clojure. | 331 |
svenssonjoel/lispbm | An interpreter for a concurrent, functional programming language with message-passing and pattern-matching capabilities. | 90 |
jxxcarlson/elm-lisp | An experiment in building a typed Lisp compiler and evaluator in Elm. | 5 |
jeffbezanson/femtolisp | A lightweight Scheme-like implementation with a focus on speed and conciseness. | 1,590 |
clojure-lsp/clojure-lsp | An LSP implementation for Clojure and ClojureScript, enabling language features such as code completion, refactoring, and error detection. | 1,173 |
mthom/shentong | An implementation of a Lisp family programming language in Haskell | 162 |
zick/zickstandardlisp | An implementation of the Common Lisp programming language for various interpreters and compilers | 48 |
ultralisp/ultralisp | A Common Lisp software distribution designed to facilitate rapid development and deployment of software projects. | 234 |