Hacker News new | ask | show | jobs
by imaginaryNumb3r 1473 days ago
This right here. Rust is a low-level language hat makes a whole dimension of implicit knowledge explicit.

This is a very good thing, but if you are a programmer that is used to "copy paste, and then it works". You will have a very, very, very bad time with it. Rust forces you to think about memory. In an age where dynamic typing is so prevalent this seems like a fading art.