Scala-native: Developer guide

Created on 11 May 2016  路  3Comments  路  Source: scala-native/scala-native

Things that need to be covered in the guide:

  • [x] Building and running Scala Native projects with sbt
  • [x] Overview of low-level language extensions in Scala Native
  • [x] Writing bindings for C libraries
  • [x] Publishing NIR for Scala libraries with sbt
docs

Most helpful comment

There's a simple proof of concept, whic is a separate example application at:
http://github.com/frgomes/poc-scala-native

The README contains hints for building on Linux.
I'm trying to keep it up-to date with recent developments in master.

All 3 comments

There's a simple proof of concept, whic is a separate example application at:
http://github.com/frgomes/poc-scala-native

The README contains hints for building on Linux.
I'm trying to keep it up-to date with recent developments in master.

Need to mention that Java 8 is required as a build dependency (to avoid https://github.com/scala-native/scala-native/issues/179)

I've been working on this lately. We have a new docs website at scala-native.readthedocs.io. There's not much text on the language and interop yet, that's something that still remains to be covered.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lolgab picture lolgab  路  5Comments

rwhaling picture rwhaling  路  5Comments

mccartney picture mccartney  路  6Comments

densh picture densh  路  5Comments

densh picture densh  路  4Comments