Hacker News new | past | comments | ask | show | jobs | submit login

I quit using Rust in 2013 due to the learning curve. There's just no way I could have asked anyone else to use it.

Keep in mind that Rust 1.0 was released in early 2015, and it's not like they were making major changes right up to that release date. I haven't followed it recently, but I doubt it was meaningfully different from the 1.0 release in terms of learning curve.




Rust was still changing quite a lot in 2013. It sounds like you used it back when it had a garbage collector, baked-in green threads, and "~" and "@" sigils everywhere. Rust 1.0 may as well be a completely different language.

Here's a blog post from the same year that proposed removing the garbage collector.

https://pcwalton.github.io/_posts/2013-06-02-removing-garbag...


There actually were quite a lot of changes. I remember using it in 2014, and then 1.0 in 2015, and found 1.0 to be much more approachable.

Also, since 2018 with non-lexical lifetimes and some nice error handling improvements, Rust now tends to be more friendly/ergonomic than 1.0.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: