Kotlin Futures  

I have been experimenting with Kotlin (a new JVM language) from the makers of Intellij (the IDE). If you are someone who writes a lot of code for Android and are languishing in the Java 6.5-ish world - then checkout Kotlin. It’s a breath of fresh air.

I am working on an implementation of Future‘s for Kotlin. The objectives of this module are:

Here is the basic implementation and a quick-start. If you have ideas or suggestions, pull requests are welcome.

 
25
Kudos
 
25
Kudos

Now read this

An Introduction to Iteratees with the Play Framework

Iteratees are an important concept when writing reactive applications. Being able to deal with streams of data is fundamental to web applications. Before I delve into the details about Iteratees (in Play Framework), and what they are all... Continue →