Skip to content

politrons/scala-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My image

Scala Native is an optimizing ahead-of-time compiler and lightweight managed runtime designed specifically for Scala

Official documentation here http://www.scala-native.org/en/v0.3.9-docs/

Installation

  • In Mac install llvm bdw-gc re2

     brew install llvm
     brew install bdw-gc re2
    
  • Create new project using template gitter8

    sbt new scala-native/scala-native.g8
    
  • Check the example of what you can do here

  • To run the examples just use sbt command

    sbt run
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published