https://github.com/fragglet/yoctolisp
Tiny Scheme-like Lisp interpreter written in a weekend
https://github.com/fragglet/yoctolisp
c lisp lisp-interpreter timebox
Last synced: 28 days ago
JSON representation
Tiny Scheme-like Lisp interpreter written in a weekend
- Host: GitHub
- URL: https://github.com/fragglet/yoctolisp
- Owner: fragglet
- License: isc
- Created: 2013-02-10T21:14:55.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T21:57:36.000Z (about 2 years ago)
- Last Synced: 2025-04-10T01:14:56.138Z (28 days ago)
- Topics: c, lisp, lisp-interpreter, timebox
- Language: C
- Size: 55.7 KB
- Stars: 249
- Watchers: 10
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
- AwesomeInterpreter - yoctolisp
README
Yoctolisp is a Lisp interpreter written in a weekend.
Features:
* Read-eval-print loop.
* Lexical closures.
* Proper garbage collection.
* Tail call optimization.
* Variadic function syntax.What I didn't have time for:
* Continuations.
* Decent error handling
* Everything else.