> 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. If you don’t understand the low-level/computer architecture, you will have a hard time learning Rust. It’s not a general p…
Learning Rust in 3 Attempts
11–16 of 16 posts
Re: Learning Rust in 3 Attempts
#12> 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. If you don’t understand the low-level/computer architecture, you will have a hard time learning Rust. It’s not a general p…
Re: Learning Rust in 3 Attempts
#13A programming language should not be so hard it takes multiple attempts. Rust is ultimately doomed to stay small for this reason. In programming, anything that can be done more simply WILL be done more simply by some competitor. This will be the fate of Rust.
Re: Learning Rust in 3 Attempts
#14I'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've used them for years, but never built one, closest was an irc web client in the mid 00s.
In any case, hoping the language gains more traction.