Skip to content
Yash Vardhan Goenka edited this page Jul 18, 2018 · 2 revisions

Welcome to the Scheme-Interpreter wiki!

The version of Scheme used in this project is not perfectly true to any official specification of the language, though it is perhaps closest to R5RS. It deviates from R5RS for several reasons, including ease of implementation and quirks of Python that this version is built around.

Clone this wiki locally