wisp
Lisp interpreter
A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs.
small-but-featureful embeddable lisp interpreter written in haskell.
115 stars
5 watching
7 forks
Language: Haskell
last commit: over 11 years ago Related projects:
Repository | Description | Stars |
---|---|---|
mthom/shentong | An implementation of a modern Lisp family programming language | 163 |
masak/bel | An interpreter for Bel, a Lisp-like language with a focus on completeness and metacircular foundations. | 27 |
kspalaiologos/malbolge-lisp | An interpreter written in Malbolge that supports Lisp-like programming with advanced features and instructions. | 493 |
kanaka/mal | A Lisp interpreter designed as a learning tool, implemented in multiple programming languages and runtime modes | 10,119 |
dpp/lisphaskellipad | A Haskell-based Lisp interpreter built for iPad with a custom UI | 87 |
yesco/esp-lisp | A small, fast Lisp interpreter for the ESP8266 microcontroller | 257 |
digikar99/py4cl2 | A Common Lisp library for executing Python code and integrating it with existing Lisp systems. | 42 |
haskell-lisp/liskell | An implementation of Haskell semantics using Lisp syntax | 67 |
jsloop42/dreamlisp | An Objective-C implementation of a Lisp interpreter with immutable data structures and an unhygienic macro system. | 8 |
chr1st0scli/rainlisp | A .NET implementation of the LISP programming language with features ideal for building domain-specific languages and extending existing systems. | 34 |
svenssonjoel/lispbm | An interpreter for a concurrent Lisp programming language designed for microcontrollers. | 92 |
rmolives/hime | An interpreter for a Lisp dialect running on the JVM platform. | 9 |
naver/lispe | An implementation of a full-fledged Lisp interpreter with various features such as data structures, pattern programming, and high-level functions | 371 |
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 858 |
jeffbezanson/femtolisp | A lightweight Scheme-like implementation with a focus on speed and conciseness. | 1,587 |