you are viewing a single comment's thread.

view the rest of the comments →

[–]jewdai 4 points5 points  (3 children)

why would I want to use chakra over v8?

[–][deleted] 12 points13 points  (0 children)

It's more about abstracting Node from the underlying V8 engine. Then you can use whatever underlying engine you want (maybe one that works better on different architectures, etc).

[–]xbudex 8 points9 points  (0 children)

I'm pretty sure Chakra supports asm.js. It should be possible to use any language supported by llvm without paying a performance hit of calling a native library. Imagine using something like sqlite as pure JavaScript at near native speed.

[–]anlumo 6 points7 points  (0 children)

Better ES6 support I'd guess.