Comment by fc417fc802
1 year ago
Somewhat related, even when I work with C++ I use it as "C with RAII". What I actually want is a scheme (R5RS) with manual memory management and a borrow checker. I don't know how well such a monstrosity would actually work in practice, but it's what I've convinced myself that I want.
https://github.com/carp-lang/Carp
posted yesterday:
https://news.ycombinator.com/item?id=42923829