Powder is my attempt to program a scripting language that compiles down to byte codes that are interpreted and executed by a virtual machine. The language itself is a cross between C and Python, with a few unique syntax features.
Mutation testing is a technique used to evaluate and improve the quality of your unit tests. It involves introducing small changes (mutations) to your code, and then checking if your tests can detect these changes by failing.