Null handling in Kotlin

Greetings all,

I’ve written a blog covering Kotlin’s options for working with nulls (well, the one’s I know of including operators, extension functions and delegates).

If you’re interested check it out at: http://blog.omalley.id.au/2013/07/27/null-handling-in-kotlin.html

Cheers,
Andrew

This is neat.

Really cool, the Kotlin community need more post like this.

Just to do a shameless self promotion I’m the author of funKTionale a Kotlin library to add functional constructs to Kotlin, including a Option type  (Also Either and other things)

Thanks for the kind words Dody and Mario! I have another couple of topics in mind so I'll try to expand on the initial blog in the future.

Cheers
Andrew