Y
Hacker News
new
|
ask
|
show
|
jobs
by
juki
3374 days ago
SBCL actually does have an interpreter, but doesn't use it by default. You can set
sb-ext:*evaluator-mode*
to :INTERPRET to enable it.
http://www.sbcl.org/manual/#Interpreter