Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealjc/scheme_interpreter
Scheme interpreter written in C (slow work in progress, code is messy, etc.)
https://github.com/nealjc/scheme_interpreter
Last synced: 2 months ago
JSON representation
Scheme interpreter written in C (slow work in progress, code is messy, etc.)
- Host: GitHub
- URL: https://github.com/nealjc/scheme_interpreter
- Owner: nealjc
- Created: 2011-02-06T01:30:55.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-09T01:18:36.000Z (almost 14 years ago)
- Last Synced: 2024-04-24T15:34:42.891Z (9 months ago)
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - scheme_interpreter
README
Scheme interpreter mostly based on SICP and http://peter.michaux.ca/index#Scheme from Scratch
Does not try to implement scheme according to any spec