https://github.com/vibhavp/skeem
A Scheme Interpreter written in C
https://github.com/vibhavp/skeem
Last synced: 3 months ago
JSON representation
A Scheme Interpreter written in C
- Host: GitHub
- URL: https://github.com/vibhavp/skeem
- Owner: vibhavp
- License: mit
- Created: 2015-03-05T17:50:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T16:28:16.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T17:11:37.751Z (3 months ago)
- Language: C
- Homepage:
- Size: 535 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- AwesomeInterpreter - skeem
README
skeem
=====[](https://travis-ci.org/vibhavp/skeem)
A Scheme Interpreter written in C only using the standard library. WIP.
TODO:
----+ Add support for continuations, libraries.
+ Implement a bytecode compiler with a functional Virtual Machine.
+ Better garbage collection (as opposed to the current mark-and-sweep).