lisp-interpreter
There are 364 repositories under lisp-interpreter topic.
kanaka/mal
mal - Make a Lisp
santinic/pampy
Pampy: The Pattern Matching for Python you always dreamed of.
baku89/glisp
Glisp is a Lisp-based design tool that combines generative approaches with traditional design methods, empowering artists to discover new forms of expression.
Robert-van-Engelen/tinylisp
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.
marcpaq/arpilisp
A Lisp interpreter for Raspberry Pi implemented in a single ARM assembly file
santinic/pampy.js
Pampy.js: Pattern Matching for JavaScript
LIPS-scheme/lips
Scheme based powerful lisp interpreter in JavaScript
lone-lang/lone
The standalone Linux Lisp
yesco/esp-lisp
Beta: A small fast lisp interpeter for a ESP8266 as alternative to lua on the nodemcu.
fragglet/yoctolisp
Tiny Scheme-like Lisp interpreter written in a weekend
codr7/g-fu
Lisp 2 Go
woodrush/lambdalisp
A Lisp interpreter written in untyped lambda calculus
Windfarer/mal-zh
The Make-A-Lisp Process 中文翻译,如何写一个Lisp解释器
ksco/BuildYourOwnLispCn
Build Your Own Lisp 中文版
justinmeiners/lisp-interpreter
Embeddable lisp/scheme interpreter written in C.
akkartik/wart
An experimental, small, readable Lisp with thorough unit tests and extensible functions/macros.
lauryndbrown/Cisp
A Common Lisp Interpreter Built in COBOL
mattn/golisp
Lisp Interpreter
lice-lang/lice
A multi-paradigm programming language running on JVM
cesquivias/mumbler
My experimental programming language using Truffle
logicmoo/wam_common_lisp
Allow Lisp programs to stop implementing an ad-hoc, informally-specified, bug-ridden, slow implementation of less than half of ISO-Prolog.
Robert-van-Engelen/lisp
A mini Lisp in 1k lines of C with garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a mark-sweep/compacting garbage collector and REPL.
technoblogy/tiny-lisp-computer
A self-contained computer with its own display and keyboard, based on an ATmega328 or ATmega1284, that you can program in Lisp.
lazear/microlisp
A set of minimal lisp implementations
rodolf0/tox
misc parsers in rust
0xekez/lisp
A lisp JIT compiler and interpreter built with cranelift.
carld/lispkit
FUNCTIONAL PROGRAMMING: Application and Implementation, Peter Henderson, ISBN 0-13-331579-7
NoahDragon/BuildYourOwnLispCn
《学C语言写Lisp》 *Build Your Own Lisp* 中文版
hmgle/yascm
Yet Another Scheme Interpreter using flex and bison
hawkw/seax
A VM-based runtime environment for functional programming languages
ytaki0801/PureLISP.sh
A Pure LISP interpreter written in shell script conformed to POSIX shell
deciduously/blispr
Lisp-in-progress
chr1st0scli/RainLisp
RainLisp, a .NET LISP implementation.
Robert-van-Engelen/lisp-cheney
A mini Lisp in 1k lines of C with Cheney's copying garbage collector, explained. Includes over 40 built-in Lisp primitives, floating point, strings, closures with lexical scope, macros, proper tail recursion, exceptions, execution tracing, file loading, a copying garbage collector and REPL.
willcipriano/Connery
Connery is an experimental lisp themed after veteran actor Sean Connery.
spy16/parens
Parens is a highly flexible and embeddable LISP toolkit. :computer: