My experience crafting an interpreter with Rust
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 experience, but most of my ideas didn’t feel very well suited for Rust.
Then I started reading the amazing book Crafting Interpreters by Bob Nystrom. As the name suggests, the book is about writing a...
Read more at ceronman.com