Email or username:

Password:

Forgot your password?
blake shaw 🇵🇸

That #SBCL's assembler can be extended at runtime is such a flex tbh

4 comments
David Wilson

@rml as much as I don't care for Common Lisp, SBCL is a solid piece of engineering work

Ramin Honary

@rml @daviwil Some programs emitted by SBCL can beat C++ in performance. That is no small feat.

The only thing that irks me about SBCL is the size of the runtime library code that gets statically linked into most binaries it builds. (Or maybe I was just using it wrong?)

For best performance and size, Chez is unbeatable.

David Wilson

@ramin_hal9001 @rml I just didn't find a straightforward way to produce standalone binaries. The Petite/Chez split is kinda weird to me but maybe I didn't give it a chance. I know Chez is without a doubt the most advanced Scheme implementation

Go Up