Live data from Hacker News

Scala-native was just shown. Article shows how to setup working dev environment

smartjava.org

1–3 of 3 posts

Re: Scala-native was just shown. Article shows how to setup working dev environment

#3

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.