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...

Maven release plugin setup guide for Git

Avisi op 15 February 2012

The Maven Release Plugin is really effective and easy to use. The initial configuration, however, can be a bit of a pain, especially because Git support is rather minimal. Here are a few tips that might help you get going...

Did you enjoy reading?

Share this blog with your audience!