A simple tool for compiling Java from the Clojure CLI. - IGJoshua/americano... (more…)
Read more »
Ben Evans revisits his take on Java's Missing Features from 2015 and compares how the language has evolved since then compared to his observations from the time. (more…)
Read more »
I'm trying to run a Java app (JAR file) on a high-DPI display on Windows 10. The app uses Swing and thus isn't DPI-aware. Normally when I run an application that isn't DPI-aware, Windows will scale...
Read more »
I will admit this post was inspired by How would you write factorial(n) in java? So excuse me while I rant in code: I have a point to make at the bottom of this article. Now most people who write f… (more…)
Read more »