The Boa programming language.
-
Install Coursier.
-
Install
sbtandscala3with Coursier:coursier install sbt scala3
-
Run the project:
sbt run
-
Run the project (with watch mode enabled):
sbt ~run -
Build the project for production:
sbt assembly
The generated JAR is located in the
target/scala-<version>folder.