In the recent times, Rust is becoming very popular, and used more and more by people and companies, but why? What is the pros and cons of Rust? Rust does not even have a spec.
Having a "spec" is not a prerequisite to popularity. Perhaps you believe it should be, but it is not.<p>Rust is effective, reasonably well documented, fully open and delivers something novel; bare metal performance with low defects in a practical language. I find no surprise that this has led to popularity. Just the idea of it was popular before people could really get their hands on it.
Rust popular?<p>Tiobe language rankings for May 2019:<p>Rust is ranked 34th at 0.335%, below Lisp and Prolog.
Go is ranked 19th at 1.114%.
C is ranked 2nd at 14.233%<p>Rust does not have a stable, standard BNF grammar specification. The language reference document for Rust has 33 or 34 unspecified missing language definitions [see "FIXME" sections].
I am not sure if it's already famous. What got my attention was that it simplified systems programing. I don't have a C/C++ background, Rust was my first attempt to learn a low level language. It's been rewarding so far.