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
- Host: GitHub
- URL: https://github.com/nwtgck/scala-native-prac
- Owner: nwtgck
- Created: 2018-03-21T09:11:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T15:32:33.000Z (about 8 years ago)
- Last Synced: 2025-03-31T09:11:09.509Z (about 1 year ago)
- Topics: example, scala, scala-native
- Language: Scala
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scala-native-prac
[](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/)