|
|
|
|
|
by hughjd
1353 days ago
|
|
Doesn't Groovy (https://groovy-lang.org) achieve much of this? I remember being taught with it at university for some time before they introduced Java. With Groovy you don't need the class or main method, and can have a program which is just `println "Hello world!"`. |
|
Well no, because that on-ramps you to Groovy, not Java.