Hacker News new | ask | show | jobs
by armitron 2489 days ago
> In SBCL Lisp, if you want fast code, the answer is "almost all the time".

Absolutely false, (declare (optimize (speed 3) (safety 1)) is perfectly valid.