A while ago I had the opportunity to publish a post in the GraalVMs Medium blog titled The many ways of polyglot programming with GraalVM which is still accurate. A year later, the GraalVM just got better in many dimensions: Faster, supporting JDK17 and I think its documentation is now quite stellar. Have a look […]
Wait, I here you say “This guy writing there, didn’t he write about not having time and energy for site projects?”: Honestly, I admire all the folks in my IT bubble starting and finishing new side projects. How do you do it these days? I have a hard time already distinguishing Blursday 1…5 and the […]
(*) As of now R, Ruby, Python and JavaScript 😉 GraalVM consists of a Java Compiler, a VM and a JDK based on HotSpot/OpenJDK, implemented in Java. These days it’s all about additional execution modes compared to the standard JVM, mainly ahead-of-time compilation and the creation of native images. Native images are an important piece […]