
Spelling Suggestion on the JVM
The following list presents a series of blog posts on the “better Java” family of JVM languages: Kotlin, Scala and Xtend. Articles revolve around a simple (but useful) spelling corrector based on Peter Norvig’s typo correction algorithm. This algorithm is first implemented in Java 9 following a functional style. It is then implemented, in an idiomatic fashion, in the three languages as as to contrast them with Java (and one another) for both the better and the worst.





