Post about compiling clojure to a web assembly module using GraalVM native image.| Shagun Agrawal
Setup Clojure, GraalVM for generating native images. Extra setup I do for developing clojure applications locally.| Shagun Agrawal
Using VTune to measure where Truffle-based bytecode interpreters spend their time.| stefan-marr.de
We will look into the various important aspects of what is required to create a native image and how it is created| RefactorFirst
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