Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bronzdoc/lispy
lisp implementation
https://github.com/bronzdoc/lispy
Last synced: 10 days ago
JSON representation
lisp implementation
- Host: GitHub
- URL: https://github.com/bronzdoc/lispy
- Owner: bronzdoc
- Created: 2016-02-09T02:32:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T04:04:37.000Z (almost 9 years ago)
- Last Synced: 2023-02-27T17:11:27.412Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## lispy
lisp implementation in c# Usage
Build the repl:
make
Start the repl:
./lispy
e.g
lispy> + 3 4
will print 7