Comparing Apples and AppleOranges
Related
More from The Mad Scientist Review
As a JavaScript engine developer at [Igalia](igalia.com) I don’t find myself writing much plain C code anymore. I’m either writing JS or TypeScript, or hacking on large compiler codebases in C++1, or writing ECMAScript specification language. Frankly, that is fine … Continue reading →
Welcome back! This is the second post of a series which turned out to be more occasional than I thought it would be. You might remember that I originally called it December of Rust 2021. Look how that worked out! … Continue reading →
A Rust version of a virtual machine, inspired by a popular post from last month about a virtual machine in 125 lines of C Continue reading →
The final episode of teaching myself Rust with programming puzzles Continue reading →
Finally finishing the elusive sea monster puzzle, and Conway's Game of Life on a honeycomb grid Continue reading →