Rob Elliot
11/07/2025, 1:09 PMephemient
11/07/2025, 4:57 PMephemient
11/07/2025, 4:58 PMephemient
11/07/2025, 5:00 PMRob Elliot
11/09/2025, 11:01 AMlistOf("something)".map { it.length } into List.of("something").stream().map(it -> it.length()).toList(); and that sort of thing. And it might be easier to fix any weirdnesses as actual Java (even if it didn't compile) than to work out what Kotlin would work.
I was sort of imagining doing the initial write in Kotlin, committing the result as Java and treating it as a Java lib thereafter.ephemient
11/09/2025, 6:46 PM