Ecosyste.ms: Awesome

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

https://github.com/boynton/scheme

A simple yet fairly fast scheme byte code interpreter written in ANSI C.
https://github.com/boynton/scheme

Last synced: 3 months ago
JSON representation

A simple yet fairly fast scheme byte code interpreter written in ANSI C.

Lists

README

        

LeeScheme

A little scheme compiler/runtime I wrote for fun a long time ago, and periodically run to see if it still works.

The default Makefile is for Mac OS X (tested on snow leopard). Some other historical makefiles are in a subdirectory.

The "contrib/bench.scm" file is interesting, as it shows some historical timings over a fairly long span of time (a Mac plus ran this 1000x slower than my iMac i7).

Sorry, no docs, this was just a personal plaything. It does support hygienic macros, full continuations, and most of R4RS (but not bignums).