I took the “Crusty Interpreter” class!
decomposition.al·5d·
Discuss: Hacker News
Flag this post

November 17, 2025

Last week, I cleared everything else off my schedule to take the “Crusty Interpreter” course, an immersive 5-day “write an interpreter in Rust” course taught by Dave Beazley. I have a long history with Rust, but the language has moved on considerably from what I used to know. Worse, I’d barely written code in any language in years, except for a bit of Haskell for courses I teach and the occasional horrible one-off Python script to automate some task – so I was eager to change that.

The course was a blast! The idea was to write an interpreter for Lox, the toy language from Bob Nystrom’s Crafting Interpreters book...

Similar Posts

Loading similar posts...