Io.js 1.0.0
iojs.org
Io.js 1.0.0
1–10 of 190 posts
Re: Io.js 1.0.0
#2Also of interest, the state of ES6 in io.js: https://github.com/seegno/io.js/wiki/The-state-of-ES6-on-io..... Highlights: 'let', generators, promises, template literals, symbols are all enabled by default. EDIT: just realized this wiki page has been updated and integrated into the website at https://iojs.org/es6.html
Re: Io.js 1.0.0
#3Re: Io.js 1.0.0
#4Re: Io.js 1.0.0
#5Re: Io.js 1.0.0
#6The hell? Seems it's intentional:
https://github.com/iojs/io.js/issues/251#issuecomment-694177...
Re: Io.js 1.0.0
#7Re: Io.js 1.0.0
#8Re: Io.js 1.0.0
#9How does a 1.0.0 translate to beta-stability build?
Re: Io.js 1.0.0
#10From the FAQ:
> What is io.js?
> io.js is a JavaScript platform that is compatable with Node.js & npm.
What does that even mean?
Edit: Thanks for those answering. I started figuring out what it was, but sometimes folks really need to learn that "A correct definition" is not the same as "a useful definition". However, if it's as cool as described, definitely might give it a shot.
Edit2: Is this expected to be as stable as Node.js consistently? And how solid is the upgrade path- is it going to be a pain upgrading between versions the way Node used to be, or is there a smoother upgrade process? I guess what I'm wondering is, do I get any benefit from using this right now, or would it be smart to still wait for whatever version they consider release quality?