Skip to content
fogus edited this page Jul 16, 2011 · 31 revisions

Motivations for using Google's Closure Tools

Clojure is nothing if not practical. One of the core design principles of the language has always been that of a symbiotic relationship with the host platform. ClojureScript is no different. That is, it leverages the full capabilities of the Google Closure libraries and Closure compiler in much the same way that Clojure on the JVM leverages Java libraries and the JIT.

Libraries

A ClosureScript implementation philosophy is one built around the rock-solid Google Clojure libraries. TODO

Minification

TODO

Learn More

The Google Closure book by O'Reilly

Dead code analysis

TODO

Clone this wiki locally