Arash Taher

Scheme REPL

default

A rudimentary implementation of a REPL for Scheme programs in Python (as usual). Descriptions for implementation have been taken from chapter 4 of the SICP book. At its core, it’s merely an Eval, Apply cycle. Enjoy it.

#Functional Programming #Python #Repl #Scheme