Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 411 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 411 Bytes

MScheme

What is MScheme?

MScheme is a Scheme interpreter implemented in Java. The project goals are

  • to comply with the Revised5 Report on the Algorithmic Language Scheme,
  • to develop a modular, clear and object-oriented design based on the core-scheme defined in the article Proper Tail Recursion and Space Efficiency by William Clinger and
  • to implement it (in Java for now).