Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 474 Bytes

readme.md

File metadata and controls

20 lines (17 loc) · 474 Bytes

O

alt tag

Scheme Interpreter and a simple VM.

All code borrowed from Chapters 4 and 5 of SICP.

  • self evaluating exps
  • built-in procedures
  • compound procedures
  • if
  • and/or
  • =, <, >, <=, >=, not
  • begin
  • cond
  • set! / define
  • let
  • let*
  • tail recursion
  • VM