Hacker News new | ask | show | jobs
by geon 43 days ago
I’ve seen this done with C as well.

https://www.eriksvedang.com/carp

https://github.com/tomhrr/dale

1 comments

Carp is memory safe via linear types + references, similar to Rust, so I would not describe it as C-like but rather Rust-like.