# graalvm-demos **Repository Path**: xx0621/graalvm-demos ## Basic Information - **Project Name**: graalvm-demos - **Description**: This repository contains several small applications. These programs illustrate the capabilities of GraalVM - **Primary Language**: Unknown - **License**: UPL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-27 - **Last Updated**: 2021-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://graalvm.org). ## 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 21.0.0 builds based on JDK 8 and on JDK 11. ## Further Information * [GraalVM website](https://www.graalvm.org) * [GraalVM on GitHub](https://github.com/oracle/graal/tree/master/compiler) * [Truffle Javadoc](http://www.graalvm.org/truffle/javadoc/) * [Truffle on GitHub](https://github.com/oracle/graal/tree/master/truffle) * [Truffle tutorials and presentations](https://github.com/oracle/graal/blob/master/docs/Publications.md) * [Papers on Truffle](http://ssw.jku.at/Research/Projects/JVM/Truffle.html) * [Papers on GraalVM](http://ssw.jku.at/Research/Projects/JVM/Graal.html) ## License Unless specified otherwise, all code in this repository is licensed under the [Universal Permissive License (UPL)](http://opensource.org/licenses/UPL). Note that the submodule `fastR-examples` which is a reference to the [graalvm/examples](https://github.com/graalvm/examples) repository has a separate license.