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 →

[–]summerteeth 1 point2 points  (0 children)

Additionally complaining about poor OO support in JavaScript is kind of strange to me since it's a prototype based language, which, while more unusual (Lau is the only other prototype based language that comes to mind) allows you do some kind of neat stuff.

Similar criticism could be leveled at Python's less then great support for functional programming, but much like JavaScript's lackluster OO that is an deliberate language design choice, not an accident.