This repository collects demo applications and benchmarks written in Java, JavaScript, R, Ruby, and other JVM languages like Kotlin and Scala. These programs are illustrating diverse capabilities of GraalVM.
Clone this repository. Every top level folder here contains a demo sources and the instructions on how to run that particular code are in its README.md.
The demos are normal applications and benchmarks written in Java, Kotlin, JavaScript, etc., so they are compatible with any virtual machine capable of running Java, JavaScript and so on. You can run it on the stock JVM, Node, etc..
However, these examples were tested and are known to work with GraalVM 20.0.0 builds based on JDK 8 and on JDK 11.
- GraalVM Website
- Graal on Github
- Truffle JavaDoc
- Truffle on Github
- Truffle Tutorials and Presentations
- Papers on Truffle
- Papers on Graal
Unless specified otherwise all code in this repository is licensed under the Universal Permissive License (UPL). Note that the submodule fastR-examples
which is a reference to the
graalvm/examples repository has a separate license.