You are viewing a single thread.
View all comments View context
4 points

Rust has its pros, but also its downs too. Since Rust is also functional, you have to mainly think with that paradigm in mind, which makes it not ideal for many situations, most notably game development.

permalink
report
parent
reply
5 points

Rust takes a lot of inspiration from functional languages, but I wouldn’t call it a functional language itself. But yeah, not suited to every application.

permalink
report
parent
reply
2 points

Better start with this book, Rust will feel natural after that:

But you are right, it is better suited for one things and worse for other. It’s not strictly functional, though, and most likely when it will have been maturing for as long as C++ or at least C# it will also have tools and features that make it better suited even for game development

permalink
report
parent
reply