A Fast Bytecode VM for Arithmetic: The Compiler (abhinavsarkar.net) 71 points by abhin4v 10mo ago ↗ HN
[–] cmontella 10mo ago ↗ Super cool! I just happened to write one of these last week, I posted it here if anyone wants to take a look at another implementation: https://github.com/mech-lang/mech/releases/tag/v0.2.58-betaThe code is here: https://github.com/mech-lang/mech/tree/main/src/core/src/pro...
[–] SchwKatze 10mo ago ↗ VM based interpreters is one of my most loved topics in CS, it's freaking simple but so powerful
3 comments
[ 4.0 ms ] story [ 17.9 ms ] threadThe code is here: https://github.com/mech-lang/mech/tree/main/src/core/src/pro...