LambdaConf 2015

Programming Talks tagged with: "LambdaConf 2015"

In Rust We Trust

Alex Burkhart
an hour
In Rust We TrustRust aims to build a solid foundation for building safe software systems faster. We can ensure fewer mistakes enter our code base with immutability by default, no concept of null, and proven memory safety. Rust's state of the art compiler helps developers catch errors as early as possible without paying ...