Hacker News new | ask | show | jobs
by masijo 493 days ago
SBCL (the most popular Common Lisp implementation) is pretty darn fast, being comparable to Java, Go or OCaml.

https://benchmarksgame-team.pages.debian.net/benchmarksgame/

1 comments

But still slow compared to a non-GC'd language. Walking over all the references of your program while its stopped is slow.