Live data from Hacker News

Node v4.0.0

nodejs.org

11–20 of 277 posts

Re: Node v4.0.0

#11
Excited to see this happen so soon. I was expecting it to take a bit longer.

I see it's still shipping npm v2. Any news on when npm v3 will be "production-ready" and the default version?

Re: Node v4.0.0

#13
This is crazy fast shipment..almost scary that you have to start keeping up with all the changes..

For anyone who wants to upgrade either from node 0.12 or iojs 3.30..all you have to do is re-install it with the GUI installer and you're good to go..for your personal computer at least!

Re: Node v4.0.0

#16
post #5

The io.js fork and subsequent merge back into Node.js, including the birth of the Node Foundation, has been one of the best examples of the power of open source I have ever seen in action. The situation went from bad, to worse, to the best possible outcome, and that's remarkable to say the least. Congratulations to everyone involved and thank you for the hard work.

The same episode happened with GCC and EGCS in the 90s. It's the power of free software.

Re: Node v4.0.0

#17
post #5

The io.js fork and subsequent merge back into Node.js, including the birth of the Node Foundation, has been one of the best examples of the power of open source I have ever seen in action. The situation went from bad, to worse, to the best possible outcome, and that's remarkable to say the least. Congratulations to everyone involved and thank you for the hard work.

As somebody who uses Node only at the periphery of my role (for things like the Zombie browser, and SASS parsing) the massive instability has put me off from relying on it for anything core.

Documentation is quickly out of date, libraries seem to have incompatibilities which only become obvious when they don't work, there's no 'recommended' approach for even basic tasks.

I won't pretend I'm speaking for everyone, as clearly there are lots of people doing great things with Node. However, it doesn't seem to be a language like Ruby or Python where I would feel comfortable using it for a small but important project.

I'm always grateful to everyone who works on open source projects, but I wouldn't hold Node up as a great example of the open source community.

Re: Node v4.0.0

#18

Excited to see this happen so soon. I was expecting it to take a bit longer. I see it's still shipping npm v2. Any news on when npm v3 will be "production-ready" and the default version?

npm@3 "will be leaving beta very soon!" according to the release notes for 3.3.2.

Re: Node v4.0.0

#19
Guys, does V8 still deoptimize on ES6 features? For example, would using say const/lets in a function prevent V8 from optimizing it as a whole? That was the case some time ago when these features were still under a flag.
Post reply on HN