Java, bros, we finally beat the meme. This is now a complete, executable program in Java 25 (yes, without declaring a class):void main() { IO.println("Hello, /g/!");}Don't need to explicitly compile it either. You can just run java source.java.
void main() { IO.println("Hello, /g/!");}
java source.java
>>107890312>Oh no! I have to type out a few keywords!!Has anyone of any consequence ever panicked and yelled this out?
>>107890324typical response from an arrogant autist who can't see beyond his own needs.it's mainly a feature for learners so they don't have to be taught wtf class, public, static, String[] are on day one or what's more common, be told to just ignore that for weeks/months.Java has benefitted tremendously from being widely taught in schools and universities and it's a good idea to ensure it stays that way.
usecase for boilerplate syntax?