@rml as much as I don't care for Common Lisp, SBCL is a solid piece of engineering work
Top-level
@rml as much as I don't care for Common Lisp, SBCL is a solid piece of engineering work 3 comments
@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. @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 |
@daviwil mind blowing stuff tbh