Skip to content

Instantly share code, notes, and snippets.

@raspasov
Created March 13, 2016 05:59
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 raspasov/7c34b7744782e01a6170 to your computer and use it in GitHub Desktop.
Save raspasov/7c34b7744782e01a6170 to your computer and use it in GitHub Desktop.
The lesser-known Clojure de-structuring
(let [{elkn :extremely-long-key-name} {:extremely-long-key-name 42}]
(println elkn))
;=> 42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment