Kotlin
-
Software Development
Building and testing a parser with ANTLR and Kotlin
This post is part of a series on how to create a useful language and all the supporting tools. Building…
Read More » -
Desktop Java
libgdx and Kotlin – Classes [2D Platformer Prototyping]
This post is a follow up of the libgdx and Kotlin post. I have decided to prototype a simple 2D…
Read More » -
Desktop Java
Using libGDX with Kotlin
I’ve been reading lately about different languages and what they can bring to the already crowded table of software developers,…
Read More » -
Core Java
Kotlin-like Builders in Java and Python, Continued: Additional Parameters
Intro In today’s article, we follow up last week’s article about making Kotlin-like builders in Java and Python, expanding the…
Read More » -
Core Java
Mimicking Kotlin Builders in Java and Python
Intro Kotlin is probably my favorite language right now, and possibly one of the coolest things it has to offer…
Read More » -
Android Core
Kotlin for Android Developers
We Android Developers have a difficult situation regarding our language limitation. As you may know, current Android development only support…
Read More » -
Clojure
New Releases with a Better Kotlin API, Dataflow for Clojure and Faster Web Actors
Today we have released minor updates to Quasar, Pulsar and Comsat. The releases contain bug fixes, and some new features…
Read More » -
Core Java
Flag Parameters and Overloading in Python, Java, and Kotlin
Jumping around between multiple languages can help you notice some differences between idioms and best practices in different languages. One…
Read More » -
Kotlin
Null safety in Kotlin
Kotlin is a statically typed JVM language developed by Jetbrains. It has some good documentation so today I will focus…
Read More »