Lisp Demos - coffee-js/languages GitHub Wiki
Collected without review.
Go
- A Go-lang Lisp
- bytbox / kakapo: Embedded Lisp Interpreter for Golang
- janne / go-lisp: A Lisp implementation in Go
- bobappleyard / golisp: A dialect of Lisp implemented in Go
- A dialect of Lisp extended to support concurrent programming, written in Go
Haskell
- walpurgisriot / wisp: small-but-featureful embeddable lisp interpreter written in haskell
- IvanIvanov / haskell-lisp-interpreter: A basic, dynamically scoped, Lisp interpreter written in Haskell
- sanjoy / DietLISP: Toy lisp interpreter / PLT playground