Explore >> Select a destination


You are here

ceronman.com
| | www.diegofreijo.com
2.2 parsecs away

Travel
| | I made a Rust implementation of the Lox programming language introduced by the Crafting Interpreters book.
| | coredumped.dev
2.4 parsecs away

Travel
| | 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.
| | corrode.dev
4.3 parsecs away

Travel
| | The phone buzzes at 3 AM. You roll out of bed, open your laptop, and see this in the logs: th...
| | dayvster.com
15.7 parsecs away

Travel
| A dive into how Zig handles memory allocation and how you can use Allocators to control it. Learn more about Zig's unique approach to memory management.