Y
Hacker News
new
|
ask
|
show
|
jobs
by
gigamonkey
5556 days ago
Last I knew, CLISP was based on a bytecode VM while SBCL and Clozure generate machine code. I think there may be some work on adding a JIT to CLISP but as far as I know it's still experimental.
1 comments
apgwoz
5556 days ago
That would probably explain it. Seems like it might be a good use for GNU Lightning.
link
mahmud
5556 days ago
CLISP uses GNU Lightning in some superficial sense, but it's a compile-time option not normally built into release binaries.
link