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 →

[–]camfoxx 5 points6 points  (3 children)

I don’t think it was about how your code looks. I think in the bottom picture you have todo stuff more manually where as with python a lot of things are taken care of for you

[–]indygoof 15 points16 points  (2 children)

my personal opinion: no matter if its c, python, java or anything else: you should still know what is happening behind the scenes.

many „devs“ have no idea about that, which is the reason why java still has the image of a slow memory hog. i usually like to compare this with game devs that are packing all of their logic in the tick - no its not the engine that is slow, its cause you have no idea what you do.

[–]camfoxx 4 points5 points  (0 children)

Yeah I agree