Here's a new toy: a Discord bot that plays IF games. Say you've got a group of people who want to play an IF game together. You'd log into the IFTF Discord and go to the #zarfbot-9000 channel. (That's where the bot is currently running.) Type ...| Zarf Updates
We write a bytecode VM for arithmetic in Haskell.| abhinavsarkar.net
A look into the implementation details of CPython's Global Interpreter Lock (GIL) and how they changed between Python 3.9 and the current development branch that will become Python 3.13.| stefan-marr.de
A brief overview of our study of abstract-syntax-tree and bytecode interpreters on top of RPython and the GraalVM metacompilation systems.| stefan-marr.de
Does order of bytecode handlers matter for performance? Sometimes it can. Here a brief overview, and all details in our paper!| stefan-marr.de
While Dante Durban moves to uMhlanga, our student Kimmyka moves to Japan.| Famous Durban
We implement Co, a small language with coroutines and channels.| abhinavsarkar.net