Hello! Not sure if this is the correct place to as...
# server
l
Hello! Not sure if this is the correct place to ask, but is there something like
numpy
for kotlin? I was copying a small script I have for border detection from python to kotlin and stuff like matrix operations were a pain to do.
s
There is a JetBrains project called multik which I think might help you: https://github.com/Kotlin/multik
l
I'll check it, thanks!
s
Found a really nice list if you need some more suggestions: https://kotlinlang.org/docs/data-science-overview.html#kotlin-libraries
l
that's pretty helpful!