-
Notifications
You must be signed in to change notification settings - Fork 792
Home
David Nolen edited this page Mar 21, 2014
·
150 revisions
ClojureScript is a dialect of Clojure that targets JavaScript as a deployment platform.
- Rationale
- Quick Start
- Source Maps
- Differences from Clojure
- Usage of Google Closure
- Rich's Slides
- Rich Hickey Unveils ClojureScript (video, 1.5 hr.)
- The REPL and Evaluation Environments
- lein-cljsbuild: Allows you to easily build ClojureScript projects with multiple targets
- lein-npm: For Node.js based projects, allows you to work with NPM dependencies.
- cljs-noderepl
- clojurescript.test
- domina, DOM utilities
- dommy, DOM utilities
- purnam
- om, React bindings and state management
- reagent, React bindings
- quiescent, React bindings
- sablono, Hiccup style HTML generation
- kioo, Enlive style HTML generation
- secretary, Routing
ClojureScript does not take pull requests. Please follow the links below to contribute to ClojureScript.
- Rationale
- Quick Start
- Differences from Clojure
- [Usage of Google Closure](Google Closure)