Has anyone used Rust yet? I'm really curious about it. I've been loving going from javascript to typescript, that reassurance from the type system really helps but I don't know if investing all that time to learn Rust is worth it, especially after all the mozilla firings. going from js to ts was a lot easier because ts is just a superset, but rust is a bigger investment. thinking about it now because of a new project im starting.
Honestly, Rust is a pretty big learning curve I'm currently learning it and I like it. I came from JS with a little experience in Go. I wouldn't instantly start a big project in it as there is lots to learn etc lifetimes, ownership, pointers stuff you don't have to deal with in JS.
Rust is the future of programming in my humble opinion. I've used it for everything from creating HTTP APIs, implementing protocols, creating games, you name it. It was pretty difficult to get the hang of at first but at some point it just clicked and I began to improve at an exponential rate.
If you have any questions, I'm free.
Quote:
Code:
for ( ; ;) { ... } // similar to while true except while gay