Steel Bank Common Lisp version 2.6.7
tmtvl
215 points
91 comments
July 28, 2026
Related Discussions
Found 5 related stories in 355.4ms across 15,236 title embeddings via pgvector HNSW
- SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf] pabs3 · 111 pts · March 12, 2026 · 64% similar
- Show HN: An implementation of Common Lisp in development, reached version 1.6 andreamonaco · 27 pts · May 12, 2026 · 56% similar
- Common Lisp Development Tooling 0bytematt · 72 pts · March 21, 2026 · 55% similar
- SBCL Fibers – Lightweight Cooperative Threads anonzzzies · 65 pts · March 14, 2026 · 53% similar
- CL-BBS: the schemeBBS-like textboard rewritten in Common Lisp lerax · 36 pts · June 21, 2026 · 53% similar
Discussion Highlights (10 comments)
arikrahman
Great semver number
wk_end
* the SB-SIMD contrib now supports ARM64. (Thanks to Sylvia Harrington) * AVX512 instructions are now supported on X86-64. (Thanks to Robert Smith and Arthur Miller) * additional support for SIMD instructions on ARM64 and X86-64. (Thanks to Arthur Miller) These seem like pretty awesome additions. Does anyone know how SIMD works in SBCL? Is this at the codegen layer? i.e. can it auto-vectorize or anything like that? Or are these intrinsics you have to explicitly ask for?
NeutralForest
Great to see the project is still going strong, I kinda want to try CL but I always feel like I don't have a great use-case.
sroerick
I'm going pretty deep on Lisp on accident - can anybody give me more context on this?
HexDecOctBin
If any SBCL dev is here, please add documentation for how to use the memory arena feature. The only doc is an very old proposal document.
baq
I wonder sometimes how the world would look like if lisp won and the unit of deployment was a lisp machine image, if that makes sense. How would a kubernetes optimized for lisp look like? How would AWS EC2 look like? etc.
WalterGR
If memory serves, traditionally, CCL (Clozure Common Lisp [0]) had better support for Windows but SBCL was unbeatable for speed. Is that still the case? [0] https://ccl.clozure.com/
taolson
Fun fact I learned from a Func Prog podcast: the name Steel Bank is a play on it's origin as Carnegie-Mellon Common Lisp (Carnegie made his fortune in Steel, while Mellon did so with Banks): https://www.sbcl.org/history.html
OuterVale
Steel Bank Common Lisp is what Hacker News uses. https://news.ycombinator.com/item?id=44099006 I discovered this while doing some research for a post the other day: https://vale.rocks/posts/hacker-news
leonmeng
SB-MANUAL looks great—having the manual available through docstrings and SLIME should make SBCL development much more pleasant.