Statistically, data science developers use 4.3-4.4 libraries for working with data. Does that mean that Kotlin needs 5-6 libraries for DS before it gets popular?
❓ 2
t
thomasnield
09/01/2018, 5:22 PM
I think the question is more involved. 5-6 core libraries are needed, yes. But look at Scala which had those libraries, got lots of hype, and yet never really took off in the mainstream like people thought it would.
There are good linear algebra libs (e.g. NumPy -> ojAlgo, ND4J, Koma), data frame (Pandas -> TableSaw, Krangl), and deep learning (Smile, DL4J).
But I think there are more factors beyond libraries.
✅ 3
s
stan0
09/10/2018, 10:33 AM
I wonder if the kotlin-jupyter effort would help as well. Is there any progress on it? I recently saw the last commits are from months ago.