Wow, I'll admit that I haven't been looking at Edge simply because of the IE stigma, but this blog post impressed me. 90% ES6 support? More so than Babel? Awesome. And it's getting open sourced! I hope to see it ported to the Unixes. Perhaps Servo+Chakra could be a thing?
Microsoft Edge's JavaScript engine to go open-source
11–20 of 283 posts
Re: Microsoft Edge's JavaScript engine to go open-source
#12Wow. They're really serious about changing their philosophy aren't they. Using Github for their stuff, making and open sourcing Visual Studio Code, other stuff I can't remember, and now this.
They're embracing startups since they need them and are changing their business models to cater better to smaller startups than the behemoth enterprises with Office 365, Azure, etc.
Re: Microsoft Edge's JavaScript engine to go open-source
#13I wonder if in the future node will enable swappable js engine edit: ok just found this https://news.ycombinator.com/item?id=9534138
It gives the benefits of having multiple competing implementations but unlike the browser platform we (the developers) get to choose which one we use.
Re: Microsoft Edge's JavaScript engine to go open-source
#14Wow. They're really serious about changing their philosophy aren't they. Using Github for their stuff, making and open sourcing Visual Studio Code, other stuff I can't remember, and now this.
If they go full SaaS I would not be surprized if they go Open Source on Windows itself, seriously. I think for that to happen Nadella needs one big win/turnaround and the shareholders might be on board.
The hobbyists would use it as is but no company would touch it without support anyway.
Re: Microsoft Edge's JavaScript engine to go open-source
#15Wow. They're really serious about changing their philosophy aren't they. Using Github for their stuff, making and open sourcing Visual Studio Code, other stuff I can't remember, and now this.
I was literally blown away by Visual Studio Code. It is an amazing editor. I haven't opened sublime since.
Re: Microsoft Edge's JavaScript engine to go open-source
#16Wow. They're really serious about changing their philosophy aren't they. Using Github for their stuff, making and open sourcing Visual Studio Code, other stuff I can't remember, and now this.
I was literally blown away by Visual Studio Code. It is an amazing editor. I haven't opened sublime since.
Re: Microsoft Edge's JavaScript engine to go open-source
#17I sometimes have crazy thoughts about the world ending.
How hard would it be to built your own javascript engine from scratch ?
Re: Microsoft Edge's JavaScript engine to go open-source
#18Edge is certainly much faster than Chrome/Firefox for JS processing that I wish I could use it on Linux. Looks like that might be happening. Really great news. I didn't know Node.js could use anything but v8. This is also very nice.
Re: Microsoft Edge's JavaScript engine to go open-source
#19Re: Microsoft Edge's JavaScript engine to go open-source
#20Edge is certainly much faster than Chrome/Firefox for JS processing that I wish I could use it on Linux. Looks like that might be happening. Really great news. I didn't know Node.js could use anything but v8. This is also very nice.
I've seen the benchmarks but in my experience it just... lags...
For example, on the kangax ES6 compatibility table [1]. On chrome clicking a column takes less than a second, on Edge (i'm on an up-to-date Windows 10 machine, no preview stuff) it loads faster than in chrome, but takes 3+ seconds to switch between columns.
Even some of the stuff i've written acts similarly, and i can't figure out why.