source-academy / source-programs

Notable Source programs, developed for SICP JS and other educational projects
GNU General Public License v3.0
7 stars 18 forks source link

Added Metacircular Evaluator for Source§2 Lazy #23

Closed jansky closed 4 years ago

jansky commented 4 years ago

This pull request contains an implementation of a metacircular evaluator for Source§2 Lazy following the implementation guidelines in SICPJS§4.2. Some rudimentary tests testing non-strict function application and lazy lists are also added.