Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vibhavp/skeem
A Scheme Interpreter written in C
https://github.com/vibhavp/skeem
Last synced: 4 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-03T16:28:16.000Z (over 9 years ago)
- Last Synced: 2024-08-03T18:14:39.000Z (6 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
=====[![Build Status](https://travis-ci.org/vibhavp/skeem.svg?branch=master)](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).