Posts Tagged ‘closure’

A JavaScript Optimizer

Thursday, November 12th, 2009

I’ve been learning about Clojure over the last month or two, which is a dialect of the Lisp programming language that compiles to the JVM.  That has nothing to do with this blog except that it led to finding Google’s Closure Tools.

Closure Tools include a JavaScript Optimizer, a comprehensive JavaScript library, and an easy templating [...]