Scala-native was just shown. Article shows how to setup working dev environment(smartjava.org)
smartjava.org
Scala-native was just shown. Article shows how to setup working dev environment
http://www.smartjava.org/content/getting-started-scala-native
1 comments
In the example, why is it necessary to import stdlib? Is it different from the Scala standard library?
It isn't necessary, it's libc++, and is there to illustrate binding to native code not compiled with scala-native.