-
Notifications
You must be signed in to change notification settings - Fork 792
Home
led 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 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)