jmfayard
09/26/2019, 11:22 AMaltavir
09/26/2019, 12:05 PMjmfayard
09/26/2019, 12:57 PMaltavir
09/26/2019, 1:04 PMjmfayard
09/26/2019, 1:05 PMAmir Gur
09/26/2019, 7:18 PMFor small tasks like "get data -> maake plot" python is better and I still do it in Python even when I do not like itWhat's missing for you to make Kotlin the first choice even for smaller tasks like that? And next we need to ask what's missing for everyone and ensure python-first minded ppl are happy too.
altavir
09/26/2019, 7:43 PMAmir Gur
09/26/2019, 7:50 PMaltavir
09/26/2019, 7:56 PMjimn
09/28/2019, 4:00 PMaltavir
09/28/2019, 4:03 PMjimn
09/28/2019, 4:06 PMaltavir
09/28/2019, 4:08 PMjimn
09/28/2019, 4:11 PMAmir Gur
09/30/2019, 9:59 PMaltavir
10/01/2019, 4:08 AMjimn
10/01/2019, 6:20 AMAmir Gur
10/02/2019, 5:57 AMcallable<Pair<String,myKotlinDataClass>> is ussuallly enough to cause kotlin rewrites to "working" serializationwould that still be an issue if using kotlinx.serialization? if yes, can you please help clarify
callable
you refer to, or better yet, give the lightest project that can reproduce the issue? That will help others look into it and try help.jimn
10/02/2019, 8:01 AMAmir Gur
10/03/2019, 4:27 PMdata class DbEntity
example on jdk 12. But:
- It is still trying to read jdbc data, which I am not yet clear if depends on your specific db and schema or something I should expect to run smooth on a standard in-memory db out of the box. Best to give an example with no JDBC, if possible.
- I am trying to understand the issue - got that the turd
business seemed superfluousness to you. Is there anything else?
Have seen, incorporated and supported numerous data frameworks on the JVM before, including data-class managed schema w/ full auto-evolution (w/ JPA, hibernate). Data classes and dao layers on the app side are supposed to be fairly minimal.
..., unfortunately I am on another project as many others here, and will try to respond when I can, but availability may vary, so apologizing for any inconsistent attention. Plz feel free to mark me or talk in person to get attention.wire format from declarativesfits in, and too short on time now, may check later.
jimn
10/04/2019, 3:30 AMAmir Gur
10/06/2019, 10:35 PMjimn
10/07/2019, 3:52 AMaltavir
10/07/2019, 5:16 AM