Adventures in Kotlin
Notes on my experiences of using and teaching the Kotlin programming language.
Patterns for File I/O
FIle I/O is a complex topic in most programming languages, and it feels like there are many rabbit holes to fall into when writing Kotlin code that targets the JVM.
FIle I/O is a complex topic in most programming languages, and it feels like there are many rabbit holes to fall into when writing Kotlin code that targets the JVM. For a start, you have all of the classes from java.io available to you. Then, on top of that, there
Amper becomes Kotlin Toolchain
I was wondering when version 0.11 of Amper might be released, only to discover that it has been rebranded as the Kotlin Toolchain. Other than the rebrand, it doesn't look
I was wondering when version 0.11 of Amper might be released, only to discover that it has been rebranded as the Kotlin Toolchain. Other than the rebrand, it doesn't look like much has changed. The main difference seems to be that the script needed to bootstrap a project can now