> Finally, you can also use ChakraCore as the JavaScript engine in Node. This is interesting. You can use it as an alternative to v8 for node.js
What is the advantage of this? What does 1 more JS engine buy us?
ChakraCore GitHub repository is now open
21–30 of 324 posts
Re: ChakraCore GitHub repository is now open
#22> Finally, you can also use ChakraCore as the JavaScript engine in Node. This is interesting. You can use it as an alternative to v8 for node.js
What is the advantage of this? What does 1 more JS engine buy us?
Re: ChakraCore GitHub repository is now open
#23Even if I'm in danger of stating the obvious, but MS really changed its approach to software. And it is incredibly great having competition in the JS engine market.
It's nice to see but, as far as competition within OSS is concerned, it's about 7-8 years too late. MS will no doubt, at some point, release something like Node.js based on this engine. If they do it'll be widely lauded, but you can barely say they're even a "fast follower" here when they're this slow.
Re: ChakraCore GitHub repository is now open
#24Even if I'm in danger of stating the obvious, but MS really changed its approach to software. And it is incredibly great having competition in the JS engine market.
Aka, Microsoft is again in the "embrace" stage of Embrace, Extend, Extinguish. (Even if its current management has the noblest intentions, who knows how it'll be in two or three years?)
Re: ChakraCore GitHub repository is now open
#25> Finally, you can also use ChakraCore as the JavaScript engine in Node. This is interesting. You can use it as an alternative to v8 for node.js
What is the advantage of this? What does 1 more JS engine buy us?
Re: ChakraCore GitHub repository is now open
#26(In case anyone thinks this is more amazing than it is: it runs on Windows only right now. But presumably someone will start working on Unix ports shortly.)
Check out the Linux branch :) we are actively working on a port. Disclaimer: Msft employee on chakra
Re: ChakraCore GitHub repository is now open
#27Earlier quoted context omitted.
Check out the Linux branch :) we are actively working on a port. Disclaimer: Msft employee on chakra
Is Mac support planned? Not really familiar with the internals, so I can't tell if the Linux branch is a generic (enough) branch for Unix and alike.
Re: ChakraCore GitHub repository is now open
#28Small thing, but nice to see that the API is exposed as C (easy to write bindings for) instead of C++ (near-impossible to write bindings for).
(There's no reason clang importer couldn't surface C++ or any other language to Swift for that matter)
Re: ChakraCore GitHub repository is now open
#29You will need to complete a Contributor License Agreement (CLA) before your pull request can be accepted. This agreement testifies that you are granting us permission to use the source code you are submitting, and that this work is being submitted under appropriate license that we can use it.
[0] https://github.com/Microsoft/ChakraCore/blob/master/CONTRIBU...
Re: ChakraCore GitHub repository is now open
#30Earlier quoted context omitted.
Aka, Microsoft is again in the "embrace" stage of Embrace, Extend, Extinguish. (Even if its current management has the noblest intentions, who knows how it'll be in two or three years?)
Do you have anything to back this up other than it being your knee-jerk reaction? Microsoft's entire leadership has turned over and it's easy to see that their culture is very different from the days you're talking about. Also, they don't have a monopoly on nearly anything and certainly not on Javascript engines. They couldn't move to the "Extend, Extinguish" phases even if they wanted to.
Microsoft has a long history of not being so nice when they have an advantage. How much of that is leadership driven, and how much is built into the corporate culture and structure? It's knee-jerk, but it's not crazy to think about.