Skip to content

Instantly share code, notes, and snippets.

@erasmas
Created November 26, 2013 15:49
Show Gist options
  • Save erasmas/7660759 to your computer and use it in GitHub Desktop.
Save erasmas/7660759 to your computer and use it in GitHub Desktop.
(= "Test Testerson, 123 Test Lane, Testerville, TX"
(let [[a b] ["Test" "Testerson"]
{:keys [street-address city state]} test-address]
(str a " " b ", " street-address ", " city ", " state)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment