Overall a thing that is going to be a problem for me with Rust is
A thing I want: A language with linear types
What Rust is: A language which type-enforces only a single mutable pointer to any buffer, internally using a linear typing engine
A thing I don't want: That
Conversation
Replying to
I want this too! And uniqueness types. And an effect system. And multistage programming. And dependent types. I'm a bit demanding I guess ๐

