Kotlin does a lot for us in the way of reducing boilerplate. But what is it really doing? (more…)
Read more »
Interestingly a lot of people say Java on desktop is dead and yes it is not in the hyped zone anymore. But on the other hand, it is still widely used. This s... (more…)
Read more »
A tutorial on how to use Java's new Record Patterns feature to write powerful, concise pattern matching code for usecases like AST transformations and rewrite-rules in compiler passes.
(more…)
Read more »
When building an application based on real-time data streams, it’s fundamental to have a highly responsive system, that can handle the… (more…)
Read more »
Java type inference won't support differentiation of mutable vs immutable variables due to lack of consensus within the community regarding how this should be implemented, recent communication shows. Also, to prevent a long debate about corner cases, a nu...
Read more »