top | item 6902923

(no title)

gngeal | 12 years ago

Java has always been a good language if you ignored the ecosystem.

You mean "no unsigned types (even though the language is essentially machine-level when it comes to integers), no compact memory layouts for aggregate data, no useful function values without jumping through hoops etc." is an approach that leads to good languages?

discuss

order

yareally|12 years ago

I think he's alluding to the stuff that comes after the language is released, not the language design/architecture itself. Node is not a language, so his comment probably implies that he's referring to the design choices of build system, development cycle (of tools, libraries and frameworks), and things like dependency management.

That's not my opinion, but just what I understood his comment to be about (personally I prefer the npm approach any day over Maven).