Skip to content

Instantly share code, notes, and snippets.

@tomjack
Created August 22, 2012 05:55
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 tomjack/d624bc7151cd2c789e58 to your computer and use it in GitHub Desktop.
Save tomjack/d624bc7151cd2c789e58 to your computer and use it in GitHub Desktop.
cljs.user=> (def my-q #queue [])
#<RuntimeException java.lang.RuntimeException: No reader function for tag queue>
#<RuntimeException java.lang.RuntimeException: Unmatched delimiter: )>
cljs.user=> 3
#queue []
nil3
cljs.user=> my-q
#queue []
nil
cljs.user=> (nil? my-q)
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment