Skip to content

Instantly share code, notes, and snippets.

Created March 30, 2015 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/bd2c1c48195fc6804f60 to your computer and use it in GitHub Desktop.
Save anonymous/bd2c1c48195fc6804f60 to your computer and use it in GitHub Desktop.
The power of Unicode!
(let [f‍oo 1, foo 2] [f‍oo foo])
;; => [1 2]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment