Live data from Hacker News

IO.js – Evented I/O for V8 javascript

github.com

41–48 of 48 posts

Re: IO.js – Evented I/O for V8 javascript

#41
post #38

Earlier quoted context omitted.

There doesn't appear to be much of one, yet. The latest commit by indutny was just a commit to node that the owner of the iojs GitHub organization pushed to GitHub. There are no public members of the iojs organization. Even the name of the repo, "evented I/O for v8 javascript" is the same. All that's been introduced here is a new name, io.js.

from the issues that have been opened [1] and closed [2] it looks like indutny, jonathanong, and rvagg are involved, aka all people involved with node forward 1. https://github.com/iojs/io.js/issues/5 2. https://github.com/iojs/io.js/issues/7

Yes this appears to be the main thing at play right now. A small number of serious node hackers are contributing to io.js. This could be big, but it's too early for me to tell.

Re: IO.js – Evented I/O for V8 javascript

#44
post #28

Earlier quoted context omitted.

Or Dart. It's a lot closer to node and JS than Go (it uses asynchronous IO), and can more easily be used across both the server and client (Go's compilation-to-Javascript support is less developed). It's also surprisingly fast for a dynamic language, and has the generics Go lacks.

Should also mention that Dart is faster than Node - it benefits from Google's development of V8, and the language design was built for optimization while taking a lot of the good parts from JS.

V8 Turbofan using asm.js AOT that is in beta right now otherwise.

Re: IO.js – Evented I/O for V8 javascript

#47

@Mikeal has a couple of posts on the subject: - https://medium.com/@mikeal/on-corporate-ownership-of-open-so... - https://medium.com/node-js-javascript/fragmentation-7e87d28f...

Ah yes, Mikeal, whose capability of double-think is so well-developed that he can claim to not understand what "fragmentation" means while at the same time advocating to do precisely that - https://github.com/iojs/io.js/issues/9

I swear Chris Dickinson is the only sane one in this whole mess. Possibly because he's new. Possibly because his employer is the only one involved that's not beholden to VC money and expectations of return.

Post reply on HN