Scheme REPL
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.
Tagged: #Functional Programming #Python #Repl #Scheme