Datalog in Rust

Some notes on things I find interesting and important. – frankmcsherry/blog… Read more

Similar

Masochism in Rust Lang

Inspired by Reversing the technical interview and Hexing the technical interview Years ago, as a young'in from the Rust Belt, you dreamed of becoming a systems programmer, an Abyss Gazer if you will. You wanted to live, breathe, and die by being as close ... (more…)

Read more »

Cooperative multitasking in Rust

I've implemented coroutines and python like generators in Rust (with a bit of assembly). This code was done as a learning exercise more than as something intended for production. There are already several libraries in Rust that do approximately the same ... (more…)

Read more »