Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.)

Awesome Lists containing this project

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