Skip to content

Instantly share code, notes, and snippets.

@cemerick
Last active December 29, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cemerick/ec873e84115fc6e83f6a to your computer and use it in GitHub Desktop.
Save cemerick/ec873e84115fc6e83f6a to your computer and use it in GitHub Desktop.
user> (cemerick.austin.repls/exec :libs [""])
Browser-REPL ready @ http://localhost:54004/5472/repl/start
Type `:cljs/quit` to stop the ClojureScript REPL
nil
cljs.user> ::foo/bar
cljs.user> ::bar
:cljs.user/bar
cljs.user> (ns foo (:require [clojure.set :as s]))
nil
foo> ::s/bar
foo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment