DEV Community

vindarel
vindarel

Posted on

Latest SBCL (Common Lisp implementation) improvements in 2022-2023: parallel GC, shared library and more

The latest big news is that SBCL got a parallel garbage collector (available under a build flag). That's awesome news, also something that people on the internet were complaining about the lack of (although you could find one in Allegro CL and Clasp (newest, long to build) as well as ABCL with a suitable JVM (with ZGC or Shenandoah)).

Other great achievements from last year:

yay!

bonus from 2021: true static binaries are coming: https://www.timmons.dev/posts/static-executables-with-sbcl-v2.html Currently, you can build a binary, but unlike Rust or Go you need a compatible Glibc on the target OS. If you build on a relatively old Linux it works on the latest ones.

Top comments (0)