News

Say goodbye to the public static void main method in Java 21 with the unnamed classes and instance main methods preview features.
I did another pass on compiler2 , and managed to wire in signature support. So let's look at a couple examples: class MyRubyClass def helloWorld puts "Hello from Ruby" end def goodbyeWorld(a) puts ...