Gopal S Akshintala
03/10/2021, 1:52 PMdave
03/10/2021, 2:14 PMdave
03/10/2021, 2:16 PMTimo Gruen
03/10/2021, 2:30 PMdave
03/10/2021, 2:32 PMTimo Gruen
03/10/2021, 2:36 PMJoel
03/10/2021, 3:14 PMGopal S Akshintala
03/10/2021, 3:16 PMdave
03/10/2021, 3:38 PMGopal S Akshintala
03/10/2021, 3:41 PMGopal S Akshintala
03/10/2021, 3:42 PMdave
03/10/2021, 3:43 PMJoel
03/10/2021, 3:45 PMJava is getting better with each release.I've heard that a lot. My answer is that Java is looking more and more like Kotlin, which should tell you something. I think TypeScript is having the same effect on JavaScript.
christophsturm
03/10/2021, 3:45 PMJoel
03/10/2021, 3:46 PMIt’s confusing having two languages in one codebase.You'll be using Java libraries anyways, so I would argue that every Kotlin codebase has two languages. That's the point!
dave
03/10/2021, 3:46 PMJoel
03/10/2021, 3:47 PMGopal S Akshintala
03/10/2021, 3:47 PMGopal S Akshintala
03/10/2021, 3:48 PMchristophsturm
03/10/2021, 3:48 PMGopal S Akshintala
03/10/2021, 3:49 PMmutable
collections without hesitationGopal S Akshintala
03/10/2021, 3:49 PMchristophsturm
03/10/2021, 3:49 PMdave
03/10/2021, 3:50 PMdave
03/10/2021, 3:51 PMchristophsturm
03/10/2021, 3:52 PMchristophsturm
03/10/2021, 3:52 PMGopal S Akshintala
03/10/2021, 3:52 PMGopal S Akshintala
03/10/2021, 3:53 PMdave
03/10/2021, 3:53 PMEndre Deak
03/10/2021, 5:18 PMdave
03/10/2021, 5:19 PMCLOVIS
03/10/2021, 5:24 PMsuspend
a lot, it becomes a bit weird to access it from Java.dave
03/10/2021, 5:27 PMCLOVIS
03/10/2021, 5:28 PMCLOVIS
03/10/2021, 5:31 PMCLOVIS
03/10/2021, 5:33 PMint v$12 = false;
but don't worry about it, the JVM understands these lines should just be ignored, so there's no performance changes).CLOVIS
03/10/2021, 5:37 PM@Serializable
classes) that I can then import server-side and client-side : if I refactor the API, the changes are sent to all client implementations instantly—as long as all clients update their binaries, you don't have to worry about breaking changes anymore.Joel
03/10/2021, 6:08 PMCLOVIS
03/10/2021, 6:16 PMCLOVIS
03/10/2021, 6:19 PMdave
03/10/2021, 10:08 PMJoel
03/10/2021, 10:43 PMJoel
03/10/2021, 10:44 PM