Skip to content

convcha/dotty-graalvm.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotty-graalvm.g8

A Giter8 template for Dotty using GraalVM.

Template usage

Using sbt version 1.3.0, do:

sbt new devilune/dotty-graalvm.g8

in the folder where you want to clone the template.

Generated project usage

Compile

sbt compile

Run

sbt run

Test

sbt test

Building native image

sbt graalvm-native-image:packageBin

Note:
You need to install GraalVM and GraalVM Native Image.

Edit

sbt launchIDE

See also IDE support for Dotty.

Template license

Written in 2019 by devilune

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this template to the public domain worldwide. This template is distributed without any warranty. See http://creativecommons.org/publicdomain/zero/1.0/.

About

Dotty compiled to native binary using GraalVM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages