I've been thinking of writing a language with Rust's ergonomics but less of the memory safety stuff. I prefer using no dynamic allocations, in which case the only memory safety feature I need is leaking references to locals into outer scopes. As for the thread safety stuff, most of my stuff is single-threaded.
adastra22|1 month ago
accelbred|1 month ago
giancarlostoro|1 month ago
zeroxfe|1 month ago
maxbond|1 month ago
Null-Set|1 month ago
accelbred|1 month ago
masklinn|1 month ago
I really miss these when doing concurrent stuff in other languages.