MFMathijs Frankinmathijs-frank.hashnode.dev·Jul 22 · 5 min readWhy my compiler won't optimize for youThis is part of an ongoing project. A programming game where getting better at the game means getting better at real coding. Background here: Learning Coding Like a Board Game. For my game I will crea10
MFMathijs Frankinmathijs-frank.hashnode.dev·Jul 15 · 3 min readRediscovering the three types of assembly instructionsThis is part of an ongoing project. A programming game where getting better at the game means getting better at real coding. Background here: Learning Coding Like a Board Game. As I was designing inst10
MFMathijs Frankinmathijs-frank.hashnode.dev·Jul 15 · 3 min readThe cost of an instructionThis is part of an ongoing project. A programming game where getting better at the game means getting better at real coding. Background here: Learning Coding Like a Board Game. One of the main goals o10
MFMathijs Frankinmathijs-frank.hashnode.dev·Jul 13 · 2 min readWhy I chose a bytecode VM instead of an AST walking interpreterThis is part of an ongoing project. A programming game where getting better at the game means getting better at real coding. Background here: Learning Coding Like a Board Game. In order to program the10
MFMathijs Frankinmathijs-frank.hashnode.dev·Jul 13 · 3 min readLearning coding like a board gameI remember the moment programming clicked for me very clearly. I was following a tutorial to make a 2D game and I tried to change something about the code, expecting it to fail like the other times be10