MFMathijs Frankinmathijs-frank.hashnode.dev·Aug 11 · 3 min readDesigning Memory for My Bytecode VMThis 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. When creating my byteco10
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