cljsinfo / cljs.info

ClojureScript website
http://cljs.info
MIT License
96 stars 9 forks source link

Tutorial: namespaces #43

Open oakmac opened 9 years ago

oakmac commented 9 years ago

We need to write a definitive tutorial on how namespaces work in ClojureScript.

Namespaces in CLJS are different than in Clojure and they are one of the first things that a new CLJS dev has to deal with.

The tutorial should be comprehensive, covering all of the keywords that can be used in an (ns) form (:require, :refer, :as, :import, etc)

shaunlebron commented 9 years ago

I started this in the ns special form doc by listing all possible forms there, but stopped short of explaining each of them.

More resources: