An open API service indexing awesome lists of open source software.

https://github.com/nwtgck/scala-native-prac

A practice of scala-native
https://github.com/nwtgck/scala-native-prac

example scala scala-native

Last synced: 11 months ago
JSON representation

A practice of scala-native

Awesome Lists containing this project

README

          

# scala-native-prac
[![Build Status](https://travis-ci.org/nwtgck/scala-native-prac.svg?branch=master)](https://travis-ci.org/nwtgck/scala-native-prac)

A practice of [scala-native](http://www.scala-native.org/en/latest/).

## Run with `sbt run`

```bash
sbt run
```

## Run with binary

```bash
sbt nativeLink
./target/scala-2.11/scala-native-prac-out
```

`./target/scala-2.11/scala-native-prac-out ` is a binary file!

## Minimal Configuration

This is a diff of minimal configuration of `scala-native`.

[configuration diff](https://github.com/nwtgck/scala-native-prac/compare/296dc70f93bc4923e546ad02304bff4c866b05e4...3c1f763f5e297cffb15cb94deec0220f5bec4008)

## References

*
* [scala-native/scala-native](https://github.com/scala-native/scala-native)
* [scala-native/scala-native.g8](https://github.com/scala-native/scala-native.g8)
* [Scala Native — Scala Native 0.3.6 documentation](http://www.scala-native.org/en/latest/)