Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
p_l
8 hours ago
|
on: Chicken Scheme 6.0
IIRC not compiled (you can include the interpreter).
But then Scheme was always less EVAL-friendly of the lisps
reply
shakna
6 hours ago
|
parent
I'm not seeing the less friendly... Eval, and sandboxing eval, are builtin features of the Scheme standard.
reply
bandrami
4 hours ago
|
root
|
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