@vaporeon_ me when i write c++
@wallhackio Can't possibly be worse than Java
@vaporeon_ reported for suggesting there is something worse than c++.
@wallhackio Have you ever had to program in Java?
@vaporeon_ yes, my old job's backend was entirely java
@vaporeon_ @wallhackio if the standard library APIs were good i would think java is pretty decent
@aescling @vaporeon_ there is a "purity" to java i somewhat admire in how hard it commits to object-oriented programming but i would be lying if i said i found it enjoyable to write
@wallhackio @vaporeon_ python and ruby go harder
@aescling @vaporeon_ but in python you don't need to know that to get going. in java you have to understand some things about how classes work to even write a hello world
@wallhackio @aescling I have to write a class just to write a hello world and I hate that
Stop making the fish -> <- do object-oriented programming
@vaporeon_ @wallhackio it’s a purreview feature in java 21 (https://openjdk.org/jeps/445), the latest LTS release, but the following code is now legal:
void main() {
System.out.println("Hello, World!");
}