Sponsor of the Day:
Jerkmate
https://discuss.kotlinlang.org/u/daelyasy
Profile - daelyasy - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionsprofile
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/u/mplatvoet
Profile - mplatvoet - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionsprofile
https://discuss.kotlinlang.org/categories
Categories - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionscategories
https://discuss.kotlinlang.org/c/language-design/9
Language Design - Kotlin Discussions
Discussions around the Kotlin language itself.
language design kotlindiscussions
https://discuss.kotlinlang.org/u/yole
Profile - yole - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionsprofileyole
https://discuss.kotlinlang.org/c/support/8
Support - Kotlin Discussions
If you need help getting things done in Kotlin, ask here.
kotlin discussionssupport
https://discuss.kotlinlang.org/t/implicit-interfaces/149
Implicit interfaces - Kotlin Discussions
I think Kotlin as a language could be even greater if it has a form implicit interfaces (after the release of 1.0). By that I’m referring to Go style...
kotlin discussionsimplicitinterfaces
https://discuss.kotlinlang.org/u/msgile
Profile - msgile - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionsprofile
https://discuss.kotlinlang.org/t/compound-extension/10722
Compound extension - Language Design - Kotlin Discussions
In context of a receiver scope I can introduce an extension to another type, such as a unary plus operator, but there appears to be no way to extend a type to...
language design kotlincompoundextensiondiscussions
https://discuss.kotlinlang.org/u/SkittishSloth
Profile - SkittishSloth - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionsprofile
https://discuss.kotlinlang.org/u/cedricbeust
Profile - cedricbeust - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionsprofile
https://discuss.kotlinlang.org/u/andrewoma
Profile - andrewoma - Kotlin Discussions
Kotlin is a concise multiplatform language developed by JetBrains.
kotlin discussionsprofile
https://discuss.kotlinlang.org/t/implicit-interfaces-as-in-go/587
Implicit interfaces as in Go - Kotlin Discussions
I like the idea of interfaces in Go where a class does not need to implement an interfaces explicitly, see A Tour of Go. A class imclicitly implements an...
kotlin discussionsimplicitinterfacesgo
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/type-classes-in-kotlin/410/4
Type Classes in Kotlin? - #4 by cedricbeust - Kotlin Discussions
Does Kotlin support type classes in any way? If so, can someone point me to an example? Thanks!
type classeskotlin4discussions
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