Skip to content
New issue

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

Tutorial: namespaces #43

Open
oakmac opened this issue Dec 17, 2014 · 1 comment
Open

Tutorial: namespaces #43

oakmac opened this issue Dec 17, 2014 · 1 comment

Comments

@oakmac
Copy link
Member

oakmac commented Dec 17, 2014

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
Copy link
Contributor

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:

@shaunlebron shaunlebron removed their assignment Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants