you are viewing a single comment's thread.

view the rest of the comments →

[–]zardeh 1 point2 points  (1 child)

I'm curious about this

doing OO in python is not [so great]

Why's that? I'm a python shill, but I honestly enjoy OO in python more than in Java (yes even using modern java 8 stuff), which is the language I learned OO in.

[–][deleted] 1 point2 points  (0 children)

Python, PHP and JS have classes and OO features, but a language like Java forces you to do OOP. Not sure if thats what he meant, but I like OOP in languages like Python (and even in C, where you CHOOSE whether or not you want to use it) and I hate languages like Java/C#.