Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chouffe/hlisp

Lisp Interpreter in Haskell
https://github.com/chouffe/hlisp

haskell interpreter lisp

Last synced: 16 days ago
JSON representation

Lisp Interpreter in Haskell

Awesome Lists containing this project

README

        

## TODO

* Write standard library
* Rewrite cond in terms of if (with the macro system)
* Rewrite and in terms of if (with the macro system)
* Rewrite or in terms of if (with the macro system)
* Parser should parse floats
* Improve parsing errors
* Add more quickchecks for evaluation rules
* self hosted lisp (implement eval)
* Multi variadic functions
* Use HashSet instead of Set
* Use HashMap Strict instead of HashMap
* Add a macro system
* Build a better Repl