Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 307 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 307 Bytes

Chez Scheme is a compiler and run-time system for the language of the Revised^6 Report on Scheme (R6RS), with numerous extensions. The compiler generates native code for each target processor, with support for x86, x86_64, and 32-bit PowerPC architectures.

Get started by Building Chez Scheme.