Google today released a set of JavaScript tools it uses internally. They're calling it Closure Tools. It's a three-part offering.
1) "Closure Compiler is a JavaScript optimizer that compiles web apps down into compact, high-performance JavaScript code."
2) "Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library."
3) "Closure Templates ... have a simple syntax that is natural for programmers. Unlike traditional templating systems, you can think of Closure Templates as small components that you compose to form your user interface, instead of having to create one big template per page."
Mmmm. More tools. JavaScript really is getting all grown up now.

0 comments