⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Scheme}}{{compiler}}'''Chez Scheme''' is an R5RS compliant compiler for the [[Scheme|Scheme programming language]]. It produces [[assembly]] code as output.

Chez Scheme is implemented in Scheme by Kent Dybvig. More implementation details can be found [http://www.cs.indiana.edu/~dyb/pubs/hocs.pdf here].

  • [http://www.scheme.com/ Chez Scheme Website]
  • [http://www.scheme.com/tspl4/ The Scheme Programming Language]
  • [http://www.scheme.com/csug8/ Chez Scheme v8 User's Guide]