Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Bela Babik
The Closure tools help developers to build rich web applications with JavaScript that is both powerful and efficient. - http://code.google.com/closure...
* The Closure Compiler compiles JavaScript into compact, high-performance code. * The Closure Library is a broad, well-tested, modular, and cross-browser JavaScript library. You can pull just what you need from a large set of reusable UI widgets and controls, and from lower-level utilities for DOM manipulation, server communication, animation, data structures, unit testing, rich-text editing, and more. * Closure Templates simplify the task of dynamically generating HTML. They have a simple syntax that is natural for programmers. In contrast to traditional templating systems, in which you use one big template per page, you can think of Closure Templates as small components that you compose to form your user interface. - Bela Babik