What Kotlin Does to Your Java
Kotlin does a lot for us in the way of reducing boilerplate. But what is it really doing? (more…)
Read more »Project Loom’s mission is to make it easier to write, debug, profile and maintain concurrent applications meeting today’s requirements. Threads, provided by Java from its first day, are a natural and convenient concurrency construct (putting aside the sep… Read more