Hacker News
new
past
comments
ask
show
jobs
points
by
orsenthil
10 hours ago
|
comments
by
rtpg
6 hours ago
|
[-]
does this mean that you can't do `eval`-like things in "production" systems?
reply
by
p_l
5 hours ago
|
parent
|
[-]
IIRC not compiled (you can include the interpreter).
But then Scheme was always less EVAL-friendly of the lisps
reply
by
shakna
3 hours ago
|
parent
|
[-]
I'm not seeing the less friendly... Eval, and sandboxing eval, are builtin features of the Scheme standard.
reply
by
bandrami
1 hours ago
|
parent
|
[-]
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