Skip to content

matthiasdeck/graalvm-demos

 
 

Repository files navigation

GraalVM Demos

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.

Running

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.

Tested Compatibility

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.

Further Information

License

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.

About

This repository contains several small applications. These programs illustrate the capabilities of GraalVM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 71.0%
  • Shell 13.5%
  • HCL 5.8%
  • JavaScript 3.9%
  • FreeMarker 1.6%
  • Dockerfile 1.4%
  • Other 2.8%