Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kojolina
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
19 ms
·
1.
▲
by
kojolina
2y ago
Nah, rust also guides you to "death from a million paper cuts" aka RAII (aka everything is singularly allocated and free'd all over the place). You need memory management to be painful like in C so that it forces people to go
2.
▲
by
kojolina
2y ago
Just bang out a bunch of C code, feed it to an AI: "Make this memory safe". Profit. No need for rust, Ada, CHERI, SPARK, etc.