+ 6
Rust and multi-paradighm
Did you ever use Rust? Do you believe this Mozilla Research invention can have a future?
3 odpowiedzi
+ 4
Interestingly Rust is already used by many leading tech companies like Google, Microsoft etc. though the language is still relatively young and changing/improving quite fast. Google even prefers is over it's own language Go on many cases.
And after using Rust only a little bit I can tell you many reasons why Rust is a awesome language and why it was the most loved programming language (in the Stackoverflow dev survey) over the past years. To make it short: Rust is easy to set up, does prevent a lot of bugs, has a very helpful compiler, incredible speed and still feels much more like a high level language despite its rather a low level under the hood.
I think Rust will become more popular and maybe replace other languages over time, simply because it makes many, many things better than other languages :)