Explore >> Select a destination


You are here

manishearth.github.io
| | www.shironekolabs.com
4.3 parsecs away

Travel
| | Game Development and the like
| | leshow.github.io
4.1 parsecs away

Travel
| | I'd like to take a change for this blog and leave the more bleeding edge topics to focus on perhaps one of the most important things one can do in the Rust community: teaching new Rust developers. I've been thinking about how best to approach teaching Rust to those used to working with Java, in order to bring a group of developers up to speed with the language for a new project.
| | aykevl.nl
3.5 parsecs away

Travel
| | An explanation of how garbage collectors work including some pseudocode how a real GC could be implemented.
| | ceronman.com
20.2 parsecs away

Travel
| Last year I finally decided to learn some Rust. The official book by Steve Klabnik and Carol Nichols is excellent, but even after reading it and working on some small code exercises, I felt that I needed more to really understand the language. I wanted to work on a small project to get some hands-on...