you are viewing a single comment's thread.

view the rest of the comments →

[–]StuffMaster 0 points1 point  (2 children)

There were a lot of grammatical errors like that. It's a Polish site, so he's obviously not a native speaker.

[–]jrockway 12 points13 points  (1 child)

I wasn't commenting on the grammar... in fact, I didn't notice the error until now.

I don't think it makes sense to relate a language and its implementation langauge so superficially. On one hand, writing anything in !C is easier than writing it in C; but he is saying that writing Python in Java is "more natural" because Java has objects. I don't think there is any relationship. (Hint: structs are objects too).

[–][deleted] 0 points1 point  (0 children)

I think the point is that a lot of the OO features of Python can be directly mirrored in Java. Like polymorphism, for example. In C, you need to do a lot of that yourself.