Google opens up its JavaScript development toolbox (Closure) to all(arstechnica.com)
arstechnica.com
Google opens up its JavaScript development toolbox (Closure) to all
http://arstechnica.com/open-source/news/2009/11/google-opens-up-its-javascript-development-toolbox-to-all.ars
6 comments
A lot of comments @ http://news.ycombinator.com/item?id=924426
This is huge. I've been wanting Closure as OSS ever since I interned at Google. The compiler is optimizing -- it is not a simple obfuscator like YUI Compressor.
YUI Compressor is not a simple obfuscator. It does quite a few safe optimizations, but it doesn't do anything that could break your code.
Looks very very cool. Unfortunately quite a few of the examples didn't work when I tried them in Safari. Not sure why :/