Kotlin
-
Android Core
Kotlin and Android: JetBrains and Google Behind One Language
Google I/O 2017 had several major announcements, but one of the most interesting to me is “first-class support for Kotlin”…
Read More » -
Software Development
Improved Pattern Matching in Kotlin
Kotlin doesn’t have true pattern matching, and that’s fine. In order to make matchable classes in Scala, there is an…
Read More » -
Software Development
How to create an editor with syntax highlighting for your language using ANTLR and Kotlin
What we are going to build In this post we are going to see how to build a standalone editor…
Read More » -
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 »