Reasons Why the Rust Programming Language is Loved!
I think it's IMPORTANT to know what fellow programmers are thinking.
So much of the time programming is a TEAM activity.
When we share our KNOWLEDGE, I think we all become smarter.
Aleksey Kladov has shared with us some THOUGHTS about Rust in the Why is Rust the Most Loved Programming Language? ... by me? article.
It gives some REASONS why Aleksey likes the Rust programming language.
Some of the reasons Aleksey gave that STOOD OUT to me include how Rust "gets a lot of small details just right", its naming conventions, its keyword-first syntax, its type-last syntax, everything being an expression, namespaced enums, crates, and assert!.
I too find such things about Rust to be APPEALING!