Random ramblings about Mac, Python, TeX, programming, and more   |     |        |     |  



Next generation JS library: Closure from Google

November 26, 2009  |  web, software  |  not published
The Closure Library from Google is a powerful, low level JavaScript library designed for building complex and scalable web applications. From Google Closure: A New Way of Developing in JavaScript (you should read this article):

What makes Closure different from other libraries available nowadays is its goal, its structure and its approach to client side developing with JavaScript. [...] Coding in Closure means thinking with object oriented principles in mind, create several js files, each representing a single class (customer.js, mediaplayer.js, loader.js and similar), organize the application architecture into packages and finally deploying it using the tools provided, obtaining a single, compressed, and safe JavaScript file which run extremely faster and doesn't contain dead code (unused functions and objects).

Page status: draft  |   Last updated: November 26, 2009
Number of visits: 3  |  2024-11-07: 1/1  |  2024-05-24: 1/1  |  2024-05-22: 1/2