TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Why Rust is becoming popular?

3 pointsby gilgamesh3about 6 years ago
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.

5 comments

topspinabout 6 years ago
Having a &quot;spec&quot; 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.
watergatormanabout 6 years ago
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 &quot;FIXME&quot; sections].
评论 #19955044 未加载
wmfabout 6 years ago
It&#x27;s both safe and very efficient (no GC, zero-cost abstractions). There aren&#x27;t many languages in that niche so Rust has taken it over.
sidcoolabout 6 years ago
I am not sure if it&#x27;s already famous. What got my attention was that it simplified systems programing. I don&#x27;t have a C&#x2F;C++ background, Rust was my first attempt to learn a low level language. It&#x27;s been rewarding so far.
oconnor663about 6 years ago
There are many safe languages, but Rust is the only safe language with destructors.
评论 #19909358 未加载