Stefan Jansen on 25 September 2012
Exploring Kotlin, writing a simple spell checker
Avisi op 16 April 2012
In my last blog, I talked about exploring Kotlin, a JVM language in development by JetBrains. In this blog, I'll walk through a larger piece of Kotlin code. Spell checker The program we're talking about is a simple spell checker. It reads a dictionary of words from a file (/usr/share/dict/words) into a set. Then it reads a sentence from...