Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taiki45/hs-lisp
- Owner: taiki45
- License: other
- Created: 2014-01-13T12:13:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-26T15:00:56.000Z (almost 11 years ago)
- Last Synced: 2024-10-03T09:23:07.836Z (about 2 months ago)
- Language: Haskell
- Homepage:
- Size: 195 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```