We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
(ns)
:require
:refer
:as
:import
The text was updated successfully, but these errors were encountered:
I started this in the ns special form doc by listing all possible forms there, but stopped short of explaining each of them.
ns
More resources:
Sorry, something went wrong.
No branches or pull requests
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)The text was updated successfully, but these errors were encountered: