CL-BBS: the schemeBBS-like textboard rewritten in Common Lisp
lerax
36 points
1 comment
June 21, 2026
Related Discussions
Found 5 related stories in 122.2ms across 11,176 title embeddings via pgvector HNSW
- SBCL: the ultimate assembly code breadboard (2014) yacin · 138 pts · May 20, 2026 · 56% similar
- SBCL: A Sanely-Bootstrappable Common Lisp (2008) [pdf] pabs3 · 111 pts · March 12, 2026 · 55% similar
- SBCL Fibers – Lightweight Cooperative Threads anonzzzies · 65 pts · March 14, 2026 · 55% similar
- A simple Common Lisp web app (2025) tosh · 45 pts · May 31, 2026 · 50% similar
- Biff.core: system composition for Clojure web apps jacobobryant · 105 pts · June 09, 2026 · 50% similar
Discussion Highlights (1 comments)
lerax
I really like textboards, I think they are some kind superior than imageboard like reddit. I really love authless applications due its simplicity and privacy centric without complication, like strong cryptography and such. I've been hosting a SchemeBBS instance over https://board.manoel.dev for the last 2 years, but MIT scheme is not my favorite Lisp and I particularly think the ecosystem is pretty limited to the application grows with the features I want. Live instance is hosted at https://board-v2.manoel.dev and now the main different feature from schemeBBS are: - persistent preferences, like themes and default board - preview of image urls (that's kind crossing textboard concepts, but pretty useful — no image host anyway) - admin page for content moderation - search system I would like feedback of any kind, thank you for your attention until here.