Java continues to actively evolve! The new Java 25 is just around the corner. This release brings changes to boilerplate code and constructors, and discontinues support for deprecated systems. You... (more…)
Read more »
Java 8 Collection Utilities. Contribute to evolvedbinary/j8cu development by creating an account on GitHub. (more…)
Read more »
A Persistence Library. Contribute to kevwe-technology-ab/shape-data development by creating an account on GitHub. (more…)
Read more »
Recently, I've discovered this guide which walks you through implementing a toy ray tracer from scratch. I took the implementation written in Clojure by Jeaye Wilkerson and wrote my own in Java to ... (more…)
Read more »
Most compiler engineers I know (including myself) believe it is a good thing to
expose as much information about the program under compilation as possible to
the compiler. The hope is that, in return, the compiler will perform more
precise analysis and mo... (more…)
Read more »