Skip to content

Instantly share code, notes, and snippets.

@extraordinaire
Created December 19, 2013 12:32
Show Gist options
  • Save extraordinaire/8038448 to your computer and use it in GitHub Desktop.
Save extraordinaire/8038448 to your computer and use it in GitHub Desktop.
(defn describe-previous-role
[{[_ {role :role}] :employment}]
role)
(describe-previous-role {:name "john"
:employment [{:company "Example"
:role "Engineer"},
{:company "Example"
:role "Engineering Intern"}]})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment