All posts tagged with 'Polyglot'

GraalVM and proxy bindings with embedded languages.

26-Nov-21

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 […]

Read the complete article »

Do some puzzles sometimes

03-Feb-21

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 […]

Read the complete article »

Polyglot programming on the GraalVM

06-Mar-20

(*) 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 […]

Read the complete article »