▲ | chamomeal 4 days ago | |||||||||||||||||||||||||
Dang I got this book a few weeks ago and still haven’t cracked it open. Maybe today is the day | ||||||||||||||||||||||||||
▲ | matheusmoreira 4 days ago | parent | next [-] | |||||||||||||||||||||||||
The algorithm I'm talking about is at the very end of the book. If you start reading it from start to finish you might stop before you reach it. Certainly happened to me. Someone had to point it out for me to realize SICP had the answer all along. https://eng.libretexts.org/Bookshelves/Computer_Science/Prog... The explicit control evaluator. It's a register and stack machine which evaluates lisp expressions without transforming them into bytecode. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
▲ | alabhyajindal 4 days ago | parent | prev [-] | |||||||||||||||||||||||||
This might be useful: https://docs.racket-lang.org/sicp-manual/index.html |