Rust 101

E. Dunham http://linux.conf.au/schedule/presentation/15/ Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees …

Similar

Implementing a Type-safe printf in Rust

I show how to use heterogeneous lists and traits to implement a type-safe printf in Rust. These mechanisms can ensure that two variadic argument lists share important properties, like the number of format string holes matches the number of printf argument... (more…)

Read more »

Rust for Clojure Programmers

You already write software in Clojure. It pays your bills. You enjoy it. You're in an industry reaping disproportionate benefit from loose money policies, leading to a trend-chasing culture of overpaid nerds making web apps. You feel guilty about this, bu...

Read more »