Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crunkmaster/lisp
a simple lisp interpreter being implemented in C.
https://github.com/crunkmaster/lisp
Last synced: 2 months ago
JSON representation
a simple lisp interpreter being implemented in C.
- Host: GitHub
- URL: https://github.com/crunkmaster/lisp
- Owner: crunkmaster
- Created: 2013-05-15T02:53:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-16T05:16:38.000Z (over 11 years ago)
- Last Synced: 2024-04-24T16:15:26.924Z (9 months ago)
- Language: C
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - lisp
README
# Simple Lisp Interpreter
## That's pretty much it, this is just a simple lisp interpreter
It is written in C and right now only implements a few lisp functions:
car
cdr
cons
nullp
atomp
listp
equal (partially working, there are some bugs that need to be fixed)
there are plans to implement other functions, but it might take a while.
enjoy the lispy goodness!