upvote
does this mean that you can't do `eval`-like things in "production" systems?
reply
IIRC not compiled (you can include the interpreter).

But then Scheme was always less EVAL-friendly of the lisps

reply
I'm not seeing the less friendly... Eval, and sandboxing eval, are builtin features of the Scheme standard.
reply
It has eval but it lacks reader macros (or at least it did thirty years ago) which is what makes eval useful on lisp2 systems.
reply