nitrog42
04/05/2017, 9:30 AMnitrog42
04/05/2017, 9:32 AMnitrog42
04/05/2017, 9:33 AMnitrog42
04/05/2017, 9:33 AMNote that we do not intend to make arbitrary Kotlin/JVM programs runnable on Kotlin/Native or Kotlin/JS. It would be equivalent to implementing another JVM, which is both a lot of work and a lot of limitations for the runtime. We are going another way: providing a common language for all platforms while enabling creation of common libraries through seamless interoperability with platform code.
sreich
04/05/2017, 9:34 AMsreich
04/05/2017, 9:35 AMsreich
04/05/2017, 9:37 AMsreich
04/05/2017, 9:42 AMcbruegg
04/05/2017, 9:42 AMmg6maciej
04/05/2017, 9:48 AMRandom
alias and wrappers in stdlib. I'm using Collections.shuffle(MutableList, Random): Unit
. Of course made and extension List.shuffled(Random): List
mg6maciej
04/05/2017, 9:49 AMelizarov
04/05/2017, 9:59 AMsksk
04/05/2017, 1:19 PMzubzub
04/05/2017, 1:29 PMorangy
orangy
ywangd
04/05/2017, 1:40 PMsksk
04/05/2017, 1:53 PMdan_
04/05/2017, 2:03 PMeddie
04/05/2017, 4:52 PMcodeslubber
04/05/2017, 5:37 PMmishugana
04/05/2017, 6:17 PMolonho
04/05/2017, 6:26 PMorangy
nish
04/06/2017, 2:57 AMld: symbol(s) not found for architecture x86_64
nish
04/06/2017, 2:58 AM-Lpath/to/compiled/lib.o
and headernish
04/06/2017, 2:59 AMclang -c -target x86_64 test_lib.c
mishugana
04/06/2017, 3:07 AMmishugana
04/06/2017, 3:08 AMgildor
04/06/2017, 3:17 AM