Why Zig When There Is Already CPP, D, and Rust?

General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. – ziglang/zig… Read more

Similar

Time safety and Rust

Recently I have had the great fortune to work on this ticket . This was an issue that stemmed from an attempt to make clock performance faster. Previously, a call to time or clock_gettime would involve a context switch an a system call (think solaris etc)... (more…)

Read more »

Parsing NES ROM Headers with Nom and Rust

Long, long ago (December 2015) I wanted to learn how emulators worked, so I decided to write an NES emulator. Not only that, but I opted to write it in Rust, a language which I had never used before. A crazy idea, to be certain, but once I was done I had ... (more…)

Read more »