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.

Learning Rust in 3 Attempts

46 pointsby milkbikisover 1 year ago

6 comments

huqedatoover 1 year ago
My experience with Haskell was somehow similar. Initially, it piqued my curiosity, then it became a hobby, and the third time, I pursued it for financial gain. Every time, after each experience, I abandoned it for years.<p>Regrettably, due to boredom and laziness, I gave it up completely since 2020. :(
andrewstuartover 1 year ago
A programming language should not be so hard it takes multiple attempts.<p>Rust is ultimately doomed to stay small for this reason.<p>In programming, anything that can be done more simply WILL be done more simply by some competitor. This will be the fate of Rust.
评论 #39239960 未加载
评论 #39240266 未加载
评论 #39240220 未加载
评论 #39240832 未加载
评论 #39248065 未加载
tracker1over 1 year ago
This is definitely my experience with Rust so far... Though I need far more practice. My interests lay far more into communicate than Ray tracing and math though.<p>I&#x27;ve read through the same two books and build a few web services and websocket bits... Getting ready for a second pass at a multi channel chat server. I&#x27;ve used them for years, but never built one, closest was an irc web client in the mid 00s.<p>In any case, hoping the language gains more traction.
Dkukuover 1 year ago
For me it clicked with this book. Lots of hands on examples where you build clones of basic unix tools. <a href="https:&#x2F;&#x2F;www.oreilly.com&#x2F;library&#x2F;view&#x2F;command-line-rust&#x2F;9781098109424&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.oreilly.com&#x2F;library&#x2F;view&#x2F;command-line-rust&#x2F;97810...</a>
cchanceover 1 year ago
Coming from C#&#x2F;Typescript i don&#x27;t get why people find rust so difficult, i mean its got its rought edges that take some getting used to but the few times i&#x27;ve used it it didn&#x27;t seem all too difficult, and a shit ton easier than looking at C&#x2F;C++
financltravstyover 1 year ago
&gt; I was equally disheartened and delighted to later learn that the simple mental model I had for the cpu and memory were yet further from reality. Compiler optimizations, pipelining, branch prediction, out of order execution etc. were all fascinating and slightly terrifying things to learn about.<p>If you don’t understand the low-level&#x2F;computer architecture, you will have a hard time learning Rust. It’s not a general purpose programming language like Ruby, JS, Python, etc. It’s a systems programming language meant to make the best use of the underlying hardware, like C++.<p>Learn CS first.
评论 #39243098 未加载
评论 #39244760 未加载