+ 17
Rust Language
What are Rust language uses? What are its advantages? Should I learn it?
5 odpowiedzi
+ 8
Rust popped up as the programming language developers loved most (at 79.1%). Indeed, new developers love Rust. Developed by the Mozilla Foundation, the open source Rust programming language operates as a low level language, suited for performance critical code.
What’s most interesting about it is that it emphasises safe code (i.e. the objects are managed by the programming language from beginning to the end). Rust might be the new kid on the block, but it contends with C++ and C as a potent programming language with its resource management algorithm. It borrows the concept of mutable borrowing to make resource management a streamlined, elegant process.
0
Thanks @Ace
0
Has someone worked with Rust?