Rust #

Rust is a programming language, specifically designed for speed and safety. It’s become very popular in the last few years. I’ve written a little bit of it for some toy projects and am keen to learn more.

  • A very quick (half-hour) introduction to Rust.
  • A really nice tutorial on writing a bare-bones operating system in Rust.
  • A fantastic guide on writing a roguelike in Rust using rltk.
  • A nice post on setting up emacs for Rust development.