Live data from Hacker News

ChakraCore GitHub repository is now open

blogs.windows.com

51–60 of 324 posts

Re: ChakraCore GitHub repository is now open

#54
post #16

Earlier 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?)

It is licensed under MIT. Good luck with that third step...

Wouldn't it be far easier with MIT than GPL? The BSD license sure did little to keep the open source roots of Mac OS thriving.

Re: ChakraCore GitHub repository is now open

#55
post #9
post #2

(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.)

Road map here: https://github.com/Microsoft/ChakraCore/wiki/Roadmap I work for Chakra team.

I'm happy to see WebAssembly talked about on there. It talks about standardisation and the polyfil (using asm.js). Any idea on when support will be worked on in the engine?

Re: ChakraCore GitHub repository is now open

#56
post #38

Earlier quoted context omitted.

What's wrong with a CLA? It's incredibly common for projects open sourced by companies.

It means that the company owns the copyright to everything and can close the source again any time they want. EDIT Dear mods. Some pretty measured posts are getting serious heat in this (and other threads relating to MS) maybe you could look into it?

It also means that the company can sell proprietary versions with extended functionality, and the company is therefore motivated to not allow contributions to the free code which duplicates functionality which they sell.

Re: ChakraCore GitHub repository is now open

#58

Earlier quoted context omitted.

Check out the Linux branch :) we are actively working on a port. Disclaimer: Msft employee on chakra

From the Roadmap document - it seems like JIT on Linux is not a priority? That's surprising. Is it due to technical issues or the whole idea is to have NodeJS on Windows use Chakra and let the community do the Linux part with JIT?

This is more so that we have something that helps us break the problem into several steps to accomplish the goal. JIT will come after.

Re: ChakraCore GitHub repository is now open

#59
post #16

Earlier 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?)

It is licensed under MIT. Good luck with that third step...

MIT doesn't necessarily protect you against patent claims, just thought you should know that. The Apache license is much better in this regard.

Re: ChakraCore GitHub repository is now open

#60
post #54

Earlier quoted context omitted.

It is licensed under MIT. Good luck with that third step...

Wouldn't it be far easier with MIT than GPL? The BSD license sure did little to keep the open source roots of Mac OS thriving.

It could help Microsoft close source THEIR implementation later down the line, but it doesn't help them "extinguish" it completely, particularly if third parties wish to maintain it.

MIT makes it easy to fork and relatively easy to re-license.

Post reply on HN