I wrote the code to copy something to the clipboard in Kotlin.
Continue reading Kotlin: Code to Copy Something to ClipboardCategory Archives: [:ja]プログラミング[:en]Programming[:]
Kotlin JVM: Simple Server of 1 Script File
Kotlin can be used as script. I tried to create simple server with Kotlin script, like the server introduced in Python Light Server.
Continue reading Kotlin JVM: Simple Server of 1 Script File