Skip to content

Instantly share code, notes, and snippets.

@michaelklishin
Created June 19, 2012 03:40
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 michaelklishin/82d0c67a18fd624207f1 to your computer and use it in GitHub Desktop.
Save michaelklishin/82d0c67a18fd624207f1 to your computer and use it in GitHub Desktop.
(defn handle-form
[{:keys [name age]}]
(format "saw %s, %d years old" name age))
;; a Web server might call this handler like this:
(handle-form params)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment