Scheme implementation as O'Reilly book via Claude Code(ezzeriesa.notion.site)
ezzeriesa.notion.site
Scheme implementation as O'Reilly book via Claude Code
https://ezzeriesa.notion.site/Scheme-implementation-as-O-Reilly-book-via-Claude-Code-2ee1308b420480ce9b9cd157ee5220fd
In this python code the op becomes a string (from a symbol), and a binop only. It can only do ("+" 0 1), but not more. That's why a proper book teaches this meta evaluator starting with apply, not such limited lambda's.