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

Collaborative Editing & Monaco

Introduction # I love Visual Studio Code and I use it everyday. Visual Studio Code uses Monaco as it’s code editor. Monaco is a really impressive code editor with some amazing features. One of the best features is really how fast it... Continue →