RustCamp 2015 - Learning Systems Programming with Rust by Matt Cox

Learning Systems Programming with Rust by Matt Cox Many new Rustaceans dive in with experience almost exclusively in a higher level, GC’d language. To them, terminology from systems programming can be overwhelming and it doesn’t have to be! With side-by-side Rust, Ruby, and Python examples, we can dive into the world of pointers, heaps, and stacks that will let you reason better about your programs, no matter what language you are using!
Back to Top