Things you didn't know JavaScript could do(netmagazine.com)
netmagazine.com
Things you didn't know JavaScript could do
http://www.netmagazine.com/features/10-things-you-didnt-know-javascript-could-do
3 comments
Why not mentioning running Linux kernel? http://bellard.org/jslinux
Also, with https://github.com/kripken/emscripten you can run a "port" quite a bunch of apps to JavaScript.
And don't forget you can decode several audio codecs: http://labs.official.fm/codecs/ and video codecs: https://github.com/mbebenita/Broadway + http://people.xiph.org/~bens/route9/route9.html
Also, with https://github.com/kripken/emscripten you can run a "port" quite a bunch of apps to JavaScript.
And don't forget you can decode several audio codecs: http://labs.official.fm/codecs/ and video codecs: https://github.com/mbebenita/Broadway + http://people.xiph.org/~bens/route9/route9.html
None of these are massively surprising, you can pretty much shim your way into doing anything when you have control of the environment. Turing equivalence and all that..
I found the last two especially interesting.