Enhance the Java programming language with record patterns, to deconstruct
record values. Record patterns, and type patterns (JEP 394) can be
nested so as to significantly enhance the expressiveness and utility of pattern
matching. This is a preview langu... (more…)
Read more »
The below is a small story about how I took a program with a runtime of hours to minutes, to tens of seconds to seconds. More for my own personal amusement then anything else. (more…)
Read more »
Introduces a new Metal driver for executing TornadoVM workloads on Apple GPUs.
The implementation is largely based on the existing OpenCL backend, adapted for Apple's Metal Shading Language (MS... (more…)
Read more »
Java Champions respond to Register Article on Oracle Pursuit of Java SE Licensing Fees TL;DR Using Oracle's Java SE for developing programs and running them in production on general purpose computing machinery is free of financial obligation to Oracle. In...
Read more »
Our customers tell me that they love AWS Lambda for many reasons. On the development side they appreciate the simple programming model and ease with which their functions can make use of other AWS services. On the operations side they benefit from the abi... (more…)
Read more »