Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taiki45/hs-lisp

yet-another Lisp Interpreter written in Haskell
https://github.com/taiki45/hs-lisp

Last synced: 13 days ago
JSON representation

yet-another Lisp Interpreter written in Haskell

Awesome Lists containing this project

README

        

hs-lisp
=======

hs-lisp is yet-another Lisp Interpreter written in Haskell.

```
make

# Run with other file
./hs-lisp examples/defines.scm

# Run REPL
./hs-lisp
```