private int x, y;
public int getX() {return x;}
public void setX(int x) {this.x = x;}
public int getY() {return y;}
public void setY(int y) {this.y = y;}
this is compatible with any language version
by john-aj
2 subcomments
Great idea, although it is quite inconvenient that you have to tap/swipe to show the modern version (at least on mobile). Makes it difficult to compare.
by
0 subcomment
by nkzd
1 subcomments
Why is "modern approach" changing user threads to virtual threads?
by ekropotin
1 subcomments
Cool. Java is catching up with Kotlin at last
by ggrab
1 subcomments
Anyone else getting annoyed by these statistics AI generated websites are adding to everything? Like in this example, “0 lines of Python”. What does that even mean?
Cool site though, but is it an ad for Copilot? Seems like it, and should be disclosed as such if that’s the case imo.
by pshirshov
2 subcomments
What's still missing:
- typeclasses/implicits
- HKTs
- for comprehension
- macros/quasiquotes powerful enough to implement my custom reflection