Powered by AI
Login to get more features including translations and can subscribe to get daily digest and more.
2025-05-09
2025-05-08

This blog post takes a look at a popular Rust crate for generating lexers, and my attempt to outperform it.

Memory safety is a cornerstone of Zig’s design philosophy. While maintaining the performance benefits of manual memory management, Zig incorporates sophis
2025-05-07

Years ago, I worked on reimplementing some Python code in Rust and needed to adapt Python’s dynamic reflection capabilities (aka __getattr__) to the strict and …