Robuta

Sponsor of the Day: Jerkmate
https://discuss.kotlinlang.org/t/kotlin-and-the-expression-problem/1416/10 Kotlin and the Expression Problem - #10 by JanKanis - Language Design - Kotlin Discussions After toying a bit with Kotlin, it seems it doesn’t have a proper solution to the famous Expression Problem. The problem The original statement: The goal is to... language design discussionsproblem 10kotlinexpression https://discuss.kotlinlang.org/t/type-classes-in-kotlin/2690/3 Type Classes in Kotlin? - #3 by ilya.gorbunov - Language Design - Kotlin Discussions There will be class type and pattern match as in scala? language design discussionstype classeskotlin3ilya https://discuss.kotlinlang.org/t/extension-types-for-kotlin/1390 "Extension types" for Kotlin - Language Design - Kotlin Discussions Nat wrote a good summary of Kotlin on his blog recently and this remark in particular: However, there’s no way to write a generic function that sums its... language design discussionsextension typeskotlin https://discuss.kotlinlang.org/t/for-each-on-iterator/6050/2 For-each on Iterator? - #2 by jstuyts - Language Design - Kotlin Discussions Kotlin allows looping over arrays and anything that “provides an iterator” (via member or extension function iterator()). Would it be possible (from a language... language design kotliniterator2discussions https://discuss.kotlinlang.org/c/language-design/9 Language Design - Kotlin Discussions Discussions around the Kotlin language itself. language design kotlindiscussions