breandan
02/06/2019, 3:04 PMbuffer.min()
over an arbitrary buffer whose elements are subtypes of Comparable
where min()
returns a specific type (i.e. not a Comparable
)? Can you implement it using a single function?Micah Church
02/21/2019, 5:04 AMMicah Church
02/21/2019, 7:00 AMMicah Church
02/21/2019, 8:13 AMMicah Church
02/21/2019, 2:30 PMMicah Church
02/22/2019, 6:22 AMthomasnield
03/23/2019, 2:49 PMthomasnield
03/23/2019, 2:53 PMbjonnh
03/26/2019, 11:33 PMbjonnh
04/12/2019, 2:34 AMAhmed hamuda
04/12/2019, 10:33 AMapache-commons
as an external library for transforms:
https://github.com/mipt-npm/kmath/blob/master/kmath-commons/src/main/kotlin/scientifik/kmath/transform/Transformations.kt
but it can be compiled for other platforms (kolin/native, kotlin/js) ?Ahmed hamuda
04/13/2019, 7:34 PMFields themselves do not solve the problem of JVM boxing, but it is possible to solve with special contexts like MemorySpec.
What do you mean with jvm boxing?thomasnield
04/21/2019, 2:31 PMAhmed hamuda
04/28/2019, 9:19 PMaltavir
05/12/2019, 1:19 PMaltavir
06/05/2019, 5:20 PMkmath
, which could be pronounced as key-math
, which sounds good, and similar to ktor. On the other hand, we have plotly.kt
which could be pronounced as plotly-kit
, it is probably even better. Do we need to rename kmath
to math.kt
(kould be pronounced as math-kit
), while it is not so popular and the name could be changed painlessly.thomasnield
06/05/2019, 10:40 PMthomasnield
06/05/2019, 10:40 PMthomasnield
06/05/2019, 10:40 PMthomasnield
06/06/2019, 4:57 PMthomasnield
06/06/2019, 5:04 PMthomasnield
06/06/2019, 5:06 PMthomasnield
06/06/2019, 6:42 PMthomasnield
06/07/2019, 3:10 PMaltavir
06/09/2019, 5:10 AMmccorby
06/09/2019, 2:57 PMBigInteger
?breandan
06/21/2019, 6:07 AMaltavir
06/21/2019, 9:36 AMbreandan
08/14/2019, 8:50 PMmccorby
09/21/2019, 5:52 AMMatrix
butI get a bit lost when I try to do it with a more generic structuremccorby
09/21/2019, 5:52 AMMatrix
butI get a bit lost when I try to do it with a more generic structurealtavir
09/21/2019, 7:48 AMmccorby
09/21/2019, 7:52 AMaltavir
09/21/2019, 7:56 AMNDField.boxing(BigDecimalField, dim, dim).run{...}
. And it is exactly why we do architecture this way.mccorby
09/21/2019, 8:40 AM