dlt / o

A Scheme interpreter/VM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Scheme interpreter/VM


Languages

Language:Ruby 100.0%