|
You are here |
www.craftinginterpreters.com | ||
| | | | |
joeduffyblog.com
|
|
| | | | | Joe Duffy's Blog | Adventures in the high-tech underbelly | |
| | | | |
coredumped.dev
|
|
| | | | | Updated: 2023-01-06 About a year ago I was bitten by the PL bug. It started with reading Crafting Interpreters and discovering the wonders hidden under the hood of a compiler. I am also been a big fan of Emacs, and this started to get me interested in how its interpreter works. At the same time, I was reading the Rust book and trying to understand the concepts there. This all came to a head, and I decided to write an Emacs Lisp interpreter called rune in Rust. | |
| | | | |
www.tedinski.com
|
|
| | | | | A case study on how compilers decouple components from each other using data. | |
| | | | |
mrcat.au
|
|
| | | I kinda wanted to do something with polystrip, my graphics library, so I thought why not do everything at once? Making a Shadertoy clone gives me a nice excuse to do a number of things, including registering a subdomain, learning how to make a Webassembly project with Rust, tricking myself into working on polystrip even though motivation is very low at the moment, and figuring out the Nix package manager (specifically flakes and dev environments). It's the perfect project! | ||