altavir
12/26/2018, 7:51 AMkmath
we use rather experimental approach using unique context oriented kotlin features rather than copying details from python. I studied https://github.com/kyonifer/koma and there are a lot of good things there and a lot of work done. I think, that we need that library or something similar for people coming form Python, but sadly it does not suite more advanced mathematics use that we need. Python style is probably good for data science, but the type system is too crude do something complicated. My proposition is to devise a common mathematics interfaces and specifications for kotlin/multiplatform and then ensure that all implementations follow those interfaces. The same goes for plotting (we are currently working on plotting interfaces similar to matplotlib in functionality, but with modern declarative api).thomasnield
12/26/2018, 1:21 PMaltavir
12/26/2018, 1:24 PMValV
12/26/2018, 2:22 PMaltavir
12/26/2018, 2:34 PMbreandan
12/26/2018, 4:40 PMaltavir
12/26/2018, 4:43 PMbreandan
12/26/2018, 5:01 PMaltavir
12/26/2018, 5:02 PMbreandan
12/26/2018, 5:53 PMkyonifer
12/26/2018, 6:52 PMbjonnh
12/26/2018, 9:20 PM