Created
July 26, 2016 22:11
-
-
Save anmonteiro/d5619bc9ca262b4012a029ef6d76e35a to your computer and use it in GitHub Desktop.
ClojureScript REPL dump
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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