Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created December 20, 2012 14:31
Show Gist options
  • Save tagrudev/4345595 to your computer and use it in GitHub Desktop.
Save tagrudev/4345595 to your computer and use it in GitHub Desktop.
Give me some Clojure:
> (empty? nil)
true
> nil
nil
> (nil? "")
false
> (empty? "")
true
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment