sicp-ex-5.51



<< Previous exercise (5.50) | Index | Next exercise (5.52) >>


postboy

Attempt to solve this exercise: https://github.com/postboy/sicp-homework/tree/master/5.51


codybartfast

An interpreter that supports the syntax and code from the book. https://github.com/codybartfast/sicp-ex5.51


lockywolf

An interpreter in Fortran 2018, translated line-by-line. Added reader is naive, garbage collector is like in the book, strings are not leaking, but symbols are compared in O(n). https://gitlab.com/Lockywolf/chibi-sicp/-/blob/master/index.org