It's nice to see the CL ecosystem evolving. SBCL sees regular updates with new optimizations. The editor support is getting better: Vim, Atom, Sublime, VSCode… have good to very good support[0], & Jupyter notebook, the Lem editor… and a new lisper started a CL editor based on Tauri: Parrot <a href="https://github.com/fonol/parrot" rel="nofollow">https://github.com/fonol/parrot</a>. Cool projects emerge (lisp-stats , the Sento / cl-gserver actors library, the Kons-9 3D graphics library, the CLOG web-gui…)<p>> 50MB<p>With compression (zstd now), SBCL binaries weigh ±25MB. Start-up time is super fast. I built a standalone binary for my web app, it is straightforward to start it on the background and access it from an Electron window.<p>[0]: <a href="https://lispcookbook.github.io/cl-cookbook/editor-support.html" rel="nofollow">https://lispcookbook.github.io/cl-cookbook/editor-support.ht...</a><p>[1]: <a href="https://github.com/Lisp-Stat/lisp-stat/" rel="nofollow">https://github.com/Lisp-Stat/lisp-stat/</a><p>[2]: <a href="https://github.com/mdbergmann/cl-gserver" rel="nofollow">https://github.com/mdbergmann/cl-gserver</a>