profile picture

1 pages tagged with "graalvm"

Building Native Scala Applications with GraalVM

April 15, 2021 - 1409 words - 8 mins
GraalVM is a high-performance JDK distribution. It allows execution of applications written in JVM languages (Java, Scala, Kotlin, ...) and supports popular non-JVM languages: JavaScript, Ruby, Python, R. These languages can interoperate with the help of the Truffle Framework - a framework for writi…