-
Notifications
You must be signed in to change notification settings - Fork 790
Google Closure
fogus edited this page Jul 16, 2011
·
31 revisions
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.
A ClosureScript implementation philosophy is one built around the rock-solid Google Clojure libraries. TODO
TODO
The Google Closure book by O'Reilly
TODO
- Rationale
- Quick Start
- Differences from Clojure
- [Usage of Google Closure](Google Closure)