Skip to content

Instantly share code, notes, and snippets.

@sandy98
Created January 6, 2016 05:27
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 sandy98/cac998a871b528a4e82e to your computer and use it in GitHub Desktop.
Save sandy98/cac998a871b528a4e82e to your computer and use it in GitHub Desktop.
ClojureScript REPL dump
cljs.user=> (+ 3 4)
7
cljs.user=> (char 9812)
"♔"
cljs.user=> (unicode 65)
ERROR - Cannot read property 'call' of undefined
cljs.user=> (map char (range 9812 9824))
("♔" "♕" "♖" "♗" "♘" "♙" "♚" "♛" "♜" "♝" "♞" "♟")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment