https://github.com/bronzdoc/lispy
lisp implementation
https://github.com/bronzdoc/lispy
Last synced: 7 months ago
JSON representation
lisp implementation
- Host: GitHub
- URL: https://github.com/bronzdoc/lispy
- Owner: bronzdoc
- Created: 2016-02-09T02:32:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T04:04:37.000Z (over 10 years ago)
- Last Synced: 2025-02-18T06:42:45.155Z (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