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 Lisp family programming language in Haskell | 162 |
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. | 489 |
kanaka/mal | An educational project aimed at creating a Lisp interpreter with incremental implementations in various programming languages | 10,082 |
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. | 41 |
haskell-lisp/liskell | An implementation of Haskell semantics using Lisp syntax | 66 |
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, functional programming language with message-passing and pattern-matching capabilities. | 90 |
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 | 372 |
robert-van-engelen/tinylisp | A compact C implementation of Lisp with 20 built-in primitives and a REPL. | 854 |
jeffbezanson/femtolisp | A lightweight Scheme-like implementation with a focus on speed and conciseness. | 1,590 |