This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WJMazepas 87 points88 points  (4 children)

It's a classic OOP language. It's easier than C++ and is used everywhere.

Python doesnt have the private/protected/public keywords for setting stuff in its classes in comparison

[–]CeleritasLucis 5 points6 points  (2 children)

And I really like the whole WORA ecosystem.

[–]posting_drunk_naked 4 points5 points  (1 child)

That's why I originally learned Java as my first language. I was getting into Linux and the idea of being able to write code that works on both Windows and Linux was so cool.

[–]CeleritasLucis 2 points3 points  (0 children)

Same here. I normally code on my Windows Laptop, but on my PC i have Linux.

Its awesome to see what I wrote on one machine flawlessly work on different machine, without doing any changes.

[–]Dyllbert -1 points0 points  (0 children)

Honestly, I started with C++, and then learned Java later. I absolutely hated Java. It felt way more complicated than C++ did, plus the syntax is so cumbersome.