Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 244 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 244 Bytes

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))