Hacker News
- Writing A Lisp Interpreter In Haskell (2006) https://www.defmacro.org/ramblings/lisp-in-haskell.html 4 comments
- Wisp: Small-but-featureful embeddable Lisp interpreter written in Haskell https://github.com/walpurgisriot/wisp 25 comments
- Writing A Lisp Interpreter In Haskell http://www.defmacro.org/ramblings/lisp-in-haskell.html 31 comments
- Show HN: small lisp interpreter in Haskell https://github.com/sanjoy/DietLISP 4 comments
- Shen: A Lisp with currying, lazy evaluation, partial evaluation, type safety, Haskell-like argument pattern matching, and a built in Prolog interpreter. http://www.shenlanguage.org/learn-shen/tutorials/shen_in_15mins.html#shen-in-15mins 20 comments lisp
- A little old, but still excellent: Writing A Lisp Interpreter In Haskell http://www.defmacro.org/ramblings/lisp-in-haskell.html 6 comments haskell
- Writing A Lisp Interpreter In Haskell - defmacro http://www.defmacro.org/ramblings/lisp-in-haskell.html 24 comments programming
- iPad app that is a lisp interpreter written in haskell by David Pollak, creator of the Scala web framework Lift. https://github.com/dpp/lisphaskellipad 16 comments haskell
- naver/lispe: An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High level Functions with Lazy Evaluation à la Haskell. https://github.com/naver/lispe 3 comments lisp