I've seen that a partial Linux support is on the roadmap, but does anyone know if there is a way to compile it with gcc or clang, or if it's on the roadmap ?
ChakraCore GitHub repository is now open
51–60 of 324 posts
Re: ChakraCore GitHub repository is now open
#52So... how is it? Do people like Edge's JavaScript support?
Re: ChakraCore GitHub repository is now open
#53I know that there was probably a good amount of work that went into making this happen.
Re: ChakraCore GitHub repository is now open
#54Earlier 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...
Re: ChakraCore GitHub repository is now open
#55(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.
Re: ChakraCore GitHub repository is now open
#56Earlier 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?
Re: ChakraCore GitHub repository is now open
#57Re: ChakraCore GitHub repository is now open
#58Earlier 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?
Re: ChakraCore GitHub repository is now open
#59Earlier 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...
Re: ChakraCore GitHub repository is now open
#60Earlier 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.
MIT makes it easy to fork and relatively easy to re-license.