Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 606 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 606 Bytes

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.