Ask HN: Why Rust is becoming popular?
1–9 of 9 posts
Re: Ask HN: Why Rust is becoming popular?
#2Re: Ask HN: Why Rust is becoming popular?
#3Re: Ask HN: Why Rust is becoming popular?
#4Rust 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.
Re: Ask HN: Why Rust is becoming popular?
#5Re: Ask HN: Why Rust is becoming popular?
#6There are many safe languages, but Rust is the only safe language with destructors.
They are popular due to the wrong hype around their "safeties", and having a healthy community.
Re: Ask HN: Why Rust is becoming popular?
#7There are many safe languages, but Rust is the only safe language with destructors.
This is untrue. Rust is unsafe in all aspects they are claiming to be safe. It's better than C, C++, or Go, but still type unsafe, memory unsafe and concurrency unsafe. They are popular due to the wrong hype around their "safeties", and having a healthy community.
Re: Ask HN: Why Rust is becoming popular?
#8Tiobe language rankings for May 2019:
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%
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].
Re: Ask HN: Why Rust is becoming popular?
#9Rust popular? Tiobe language rankings for May 2019: 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% 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].