Scala-native was just shown. Article shows how to setup working dev environment
1–3 of 3 posts
Re: Scala-native was just shown. Article shows how to setup working dev environment
#2In the example, why is it necessary to import stdlib? Is it different from the Scala standard library?
Re: Scala-native was just shown. Article shows how to setup working dev environment
#3In 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.