Alex Chrichton
The Rust Programming Language

Discussion: Issue #55

Rust is an exciting new programming language that combines fine-grained control over memory layout and allocation patterns with memory and thread safety. It reached 1.0 in May of 2015 (currently at 1.6 in February of 2016) and is rapidly gaining acceptance in projects including Servo (Mozilla’s next generation parallel layout engine), a block store being developed by Dropbox, and numerous startups. Its features include zero-cost abstractions, move semantics, guaranteed memory safety, threads without data races, trait-based generics, pattern matching, type inference, minimal runtime, and efficient C bindings.

Alex Crichton will present an introduction to the Rust programming language, explain how it can be used to build performant, reliable systems, and answer your questions.

Join us any time and get to be a better coder!

Back