Skip to content

Instantly share code, notes, and snippets.

@anmonteiro
Created July 26, 2016 22:11
Show Gist options
  • Save anmonteiro/d5619bc9ca262b4012a029ef6d76e35a to your computer and use it in GitHub Desktop.
Save anmonteiro/d5619bc9ca262b4012a029ef6d76e35a to your computer and use it in GitHub Desktop.
ClojureScript REPL dump
cljs.user=> (in-ns 'user)
user is a single segment namespace
cljs.user=> (+ 1 1)
2
cljs.user=> (in-ns 'user)
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment