Chez Scheme

From Rosetta Code
Revision as of 19:17, 17 February 2012 by rosettacode>Cswords (Created page with "{{implementation|Scheme}}{{compiler}}'''Chez Scheme''' is an R5RS compliant compiler for the Scheme programming language. It produces assembly code as output. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Chez Scheme is an implementation of Scheme. Other implementations of Scheme.
Chez Scheme is an example of a compiler. You may find the programming tasks that have been solved using it here.

Chez Scheme is an R5RS compliant compiler for the Scheme programming language. It produces assembly code as output.

Chez Scheme is implemented in Scheme by Kent Dybvig. More implementation details can be found here.

External Links