-
Notifications
You must be signed in to change notification settings - Fork 790
Optional Self hosting
David Nolen edited this page Aug 2, 2015
·
15 revisions
This page documents advice for people wanting to build ClojureScript projects that want or need to leverage cljs.js/eval-str
and other self-hosted functionality.
WARNING: If you are building a web application where the final size of the deployed artifact matters > significantly you should not be leveraging any of the functionality outlined on this page.
- Rationale
- Quick Start
- Differences from Clojure
- [Usage of Google Closure](Google Closure)