CobaltC – The Successor to C?
SilentLambda
13 points
19 comments
August 31, 2026
Related Discussions
Found 5 related stories in 50.6ms across 4,990 title embeddings via pgvector HNSW
- Marketing failure: I thought I was building a C replacement. I was wrong lerno · 15 pts · August 16, 2026 · 50% similar
- Kobo can run apps now thepoet · 480 pts · August 21, 2026 · 45% similar
- Show HN: MCP Memory – Fast Agent Memory Using Google's OKF and SQLite FTS5 pcbmaker20 · 58 pts · August 13, 2026 · 45% similar
- Open-source memory for coding agents, synced over SSH vshulcz · 117 pts · July 15, 2026 · 42% similar
- Cores in space: The core memory module from a 1980 Spacelab computer pwg · 97 pts · August 30, 2026 · 41% similar
Discussion Highlights (8 comments)
drgo
reads more like a Wishlist rather than actual implementable specs.
ronsor
Before I read this, what is there about C3 [0] you don't like? [0] https://c3-lang.org
yoklov
This is certainly copying off Rust's homework...
pizlonator
This doesnt seems to be meaningfully different from Rust. > does not require tracing garbage collection Just call it garbage collection. (Applies in two ways: if you think that garbage collection subsumes reference counting then this language doesn’t require garbage collection in the sense that it also doesn’t require reference counting; if you think that garbage collection does not subsume reference counting then there’s no point in saying three words when you can say two.)
ethin
This is so obviously written by ChatGPT from what I can tell. Not even an attempt to copyedit it unless I missed something.
ternaryoperator
It's great to have it all spec'd out. However, I think specs like this suffer the same fate as war plans: they get modified quickly as soon as implementation begins. Nonetheless, it's good to have a clear idea of where you're headed. I just wouldn't call it "Final."
woodruffw
Another one?
rurban
Unsafe identifiers, prone to homoglyph attacks. No TR39 provisions. Worse than rust or Java. https://strawberry9.github.io/the-wrong-memory/Appendix_06.h...