Conversation

.... why not? Rust was designed as a systems language but it pretty explicitly targets things which are outside that sphere as well. (unless you're joking here; hard to tell)
1
10
Rust's clunky syntax and lack of higher order abstractions can makes some programming pretty frustrating. Working on a compiler using it atm... missing recursion schemes and GADTs for example 😭, also lots of explicit boxing of pointers.
1
4