Yelp had a hackathon a couple weeks ago. These affairs are mixed blessings for me: a fixed chunk of uninterrupted time to work on a single project is great, but I tend to have at least a dozen ideas that I want to do all at once, none of which can be reasonably âfinishedâ in a scant 30 hours, and most of which are obscure enough that nobody can work on them with me.
For example, during this most recent event, I wrote a roguelike. In Rust.
Long-time readers may recall that Iâve attempted to write a roguelike before, in Python, but fell prey to architecture astronomy. This time would be different! Because I would only have 30 hours. Also because static typing limits my options, thus making it easier to overcome choice paralysis. (Itâs a working theory.)
But first: a bunch of people have asked what I think of Rust, and now Iâve actually written something approaching a real program in it, so letâs start there.