Install GraalVM
mvn clean install
Runs a script that prints 'Hello World' to standard output and another one that returns 'Hello World' in Ruby, Javascript and R
java -polyglot -cp target/classes/ com.truffle.tests.HelloWorldTest
Bubble sorts 1000 arrays with 1000 elements each in Ruby, Javascript and R
java -polyglot -cp target/classes/ com.truffle.tests.AlgorithmTest
Same as previous but calls a java implementation of the algorithm from the scripting language
java -polyglot -cp target/classes/ com.truffle.tests.InteropTest