matthiasdeck / graalvm-demos

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

Home Page:http://graalvm.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://graalvm.org

License:Universal Permissive License v1.0


Languages

Language:Java 70.9%Language:Shell 13.5%Language:HCL 5.8%Language:JavaScript 3.9%Language:FreeMarker 1.6%Language:Dockerfile 1.4%Language:HTML 0.9%Language:Scala 0.7%Language:R 0.7%Language:Ruby 0.4%Language:Kotlin 0.1%