Live data from Hacker News

To node or not to node – Overview of Node.js

scalableapps.com

1–3 of 3 posts

Re: To node or not to node – Overview of Node.js

#3
post #2

Contrary to what is said, Javascript IS an object-oriented language and prototype-based inheritance IS a language feature.

I still can't believe how many people don't understand this fact. Javascript is incredibly flexible - if you can think of a programming paradigm - Javascript already supports it.