Assorted Thoughts on Zig (and Rust)

I’ve been using zig for ~4 months worth of side projects, including a toy text editor and an interpreter for a relational language. I’ve written ~10kloc. Read more

Similar

Monads and GATs in Nightly Rust

I saw a recent Reddit post on the advances in Generic Associated Types (GATs) in Rust, which allows for the definition of a Monad trait. In this post, I'm going to take it one step further: a monad transformer trait in Rust! (more…)

Read more »