GraalVM is a new open source project by Oracle which is trying to make Java VM an universal VM to run all the major languages. Before GraalVM, there were already few languages like Scala, Closure which targeted JVM as their runtime. This has been hugely s... (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... (more…)
Read more »
Java famously has no unsigned integer types [1] . This is sometimes treated as a problem that needs a solution. Assuming that it is a p... (more…)
Read more »
We are excited to announce the Deep Java Library (DJL), an open source library to develop, train and run Deep learning models in Java using intuitive, high-level APIs. If you are a Java user… (more…)
Read more »
An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common programming languages - coding-horror/basic-computer-games... (more…)
Read more »