Live data from Hacker News

Enable Node.js to Run with Microsoft's ChakraCore Engine

github.com

41–50 of 130 posts

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#41

Earlier quoted context omitted.

+1

This got downvoted? Lighten up HN, it's a joke. The same comment on DN would have gotten a ton of upvotes, and the coldness of HN's lack of humor makes this place really off-putting.

Everyone here tries hard to look "smart".

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#42

Earlier quoted context omitted.

+1

This got downvoted? Lighten up HN, it's a joke. The same comment on DN would have gotten a ton of upvotes, and the coldness of HN's lack of humor makes this place really off-putting.

I knew what I was getting myself into.

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#43

Earlier quoted context omitted.

This got downvoted? Lighten up HN, it's a joke. The same comment on DN would have gotten a ton of upvotes, and the coldness of HN's lack of humor makes this place really off-putting.

Everyone here tries hard to look "smart".

Yeah, and it's actually really anti-intellectual, since a well adjusted person is capable of both humor-depth and logical-depth understanding among many other things.

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#44

Earlier quoted context omitted.

Everyone here tries hard to look "smart".

Yeah, and it's actually really anti-intellectual, since a well adjusted person is capable of both humor-depth and logical-depth understanding among many other things.

I really don't want HN to turn into reddit, with half the thread devoted to jokes/memes, so I appreciate self moderation that discourages that.

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#45

Earlier quoted context omitted.

+1

This got downvoted? Lighten up HN, it's a joke. The same comment on DN would have gotten a ton of upvotes, and the coldness of HN's lack of humor makes this place really off-putting.

Excuse my ignorance but what is DN?

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#46

Earlier quoted context omitted.

This got downvoted? Lighten up HN, it's a joke. The same comment on DN would have gotten a ton of upvotes, and the coldness of HN's lack of humor makes this place really off-putting.

Excuse my ignorance but what is DN?

Designer News: https://www.designernews.co/

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#47
I hope the V8 C++ API doesn't become the defacto Node engine API. Node really needs a proper engine-neutral API. This way the native node modules can truly be portable across engines and across node versions.

Supporting additional JS engines would ultimately lead to a healthier ecosystem and higher quality JS implementations.

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#48
post #19

This is awesome, but before anyone uses this for something real keep in mind that the way this works is that Microsoft has created a shim on top of Chakra that exposes a V8 API. If V8 changes its API drastically (which it frequently does) this little experiment is basically over. There is only so much work people can do to keep up with a moving target. Barring NodeJS creating an abstract JS engine API that developers…

The thing is, Node needs to keep up with those same APIs.

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#49
post #3

They should also have the option to use FireFox's engine as well. Who has the fastest JS core these days?

The Node fork JXCore supports Chakra, SpiderMonkey and V8 right now. It's pretty fast, probably because it's based on a pre-0.12 node fork when node was known to be faster than it is presently.

https://github.com/jxcore/jxcore

Re: Enable Node.js to Run with Microsoft's ChakraCore Engine

#50
post #40

Why should a developer care about this? What does ChkraCore bring to the table that V8 doesn't ?

ECMAScript 2015 coverage (even some ECMAScript 2016) by ChkraCore is better than V8 (or SpiderMonkey) [1]

[1] http://kangax.github.io/compat-table/es6/

Post reply on HN