Chalk: A Prolog-ish interpreter written in Rust

A PROLOG-ish interpreter written in Rust, intended eventually for use in the compiler – rust-lang/chalk… Read more

Similar

Inviting God’s Wrath with Cursed Rust

This article is a story about optimising the size and performance of std::borrow::Cow<T> in Rust. It requires some basic knowledge of programming Rust, but doesn’t require any knowledge of the kind of low-level details of Rust’s compilation model. W... (more…)

Read more »

Learning Rust as a Gopher, part 3

Hello and welcome to the third post in my series about learning Rust. In case you want to hit it from the start, here’s a link to the first one! This entire series covers my journey from being a completely land-locked Gopher to becoming (hopefully) a hard... (more…)

Read more »