First Pass at learning Zig

Under a haze of hubris and the fumes of “what if”, I wanted to implement a “toy” pattern for randomizer. While doing some basic research on the subject, I’ve discovered that the OOT-Randomizer is written effectively-entirely in python, and is quite difficult to wrap a newb’s head around. I wanted to take some extra time, pull out some parts, and write it in a language with static types.

Read More

Make Clion Fast

CLion is an editor based on the Jetbrains IntelliJ IDEA IDE, and if you’re not careful, it can be ridiculously slow.

Read More

Pass C Structure to Lua.

Often, an individual will be trying to learn a new programming language, or a new feature of a programming language, and will find it extremely difficult to find information on their specific topic.

Read More