Live data from Hacker News

CobaltC – The Successor to C?

strawberry9.github.io

1–10 of 24 posts

Re: CobaltC – The Successor to C?

#6
post #2

reads more like a Wishlist rather than actual implementable specs.

every spec is implementable some just delegate more or less to the implementation

that said, the borrowing part is incredibly short on details

i read trying to assess if it's more or less expressible than rust's current nll or the future polonius and honestly there's nothing there

Re: CobaltC – The Successor to C?

#9
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.)

Post reply on HN