Skip to content

Instantly share code, notes, and snippets.

@viebel
Created May 28, 2016 20:05
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 viebel/52d62a8378c58ecc0a99d2eb874e3031 to your computer and use it in GitHub Desktop.
Save viebel/52d62a8378c58ecc0a99d2eb874e3031 to your computer and use it in GitHub Desktop.
ClojureScript REPL dump
cljs.user=> (ns my.ns$macros)
nil
my.ns$macros=> (defmacro hello[x] x)
true
my.ns$macros=> (my.ns/hello 19)
19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment