/rama-examples

Examples from the Rama documentation

Primary LanguageJavaApache License 2.0Apache-2.0

rama-examples

This repository contains examples from the Rama documentation. To see short, end-to-end, thoroughly commented examples of using Rama check out rama-demo-gallery.

Rama currently only works on macOS or Linux and doesn't work on Windows.

As explained in the docs, you can start a Groovy REPL with:

mvn compile
mvn gplus:shell

This is a great way to run the examples or experiment.

Please note: you should use Java 17 or below in order to avoid problems running the Groovy REPL.