schemeInterp

tiny Scheme interpreter

this is a tiny Scheme interpreter, written in Scheme.

To load and use type (provided that you have Scheme installed and running):

(load "interpret.scm")

Usage Example:

(interpret (* 2 2))