https://kotlinlang.org logo
#science
Title
# science
t

thomasnield

01/26/2019, 7:19 PM
@dalexander without digging into it, I highly doubt it. So you want JVM implementation to not use my own interface? That's ok.
a

altavir

01/26/2019, 7:22 PM
I mean that we could make kotlin-statistics completely stand-alone and multi-platform in that and then later add something more complicated if needed.
t

thomasnield

01/26/2019, 7:24 PM
I'm okay with that 👌
a

altavir

01/26/2019, 7:31 PM
I'll add long-standing feature request for that API somewhere. but as for kotlin-statistics, I will finish it in few days (maybe even tomorrow if there won't be unexpected things to do immediately)
b

bjonnh

01/27/2019, 12:46 AM
That would be great to have multi-platform yes. Especially if we can leverage platform libs (BLAS etc) with native and JVM through JNI.
d

dalexander

01/28/2019, 12:48 AM
??? Was I supposed to be the one at-ed there?
a

altavir

01/28/2019, 10:44 AM
Probably @thomasnield meant me. A lot of users here.
@bjonnh We aim for everything to be multiplatform. As for platform libs, I am not sure. The JVM implementation seem to be almost as fast on JDK 11. JNI requires a lot of additional work. For now I will focus on common API and use JNI if java bindings already exist.
t

thomasnield

01/28/2019, 3:31 PM
@dalexander sorry, yes that was a mistake : )
d

dalexander

01/28/2019, 3:33 PM
No problem, was just curious, since we’ve talked before. And I’ve definitely seen people
@
other people when they meant me, so I guess it’s only fair =p
2 Views