Skip to content

Instantly share code, notes, and snippets.

@barrosfelipe
Created December 21, 2015 14:10
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 barrosfelipe/a5a8282dc4a6901b0021 to your computer and use it in GitHub Desktop.
Save barrosfelipe/a5a8282dc4a6901b0021 to your computer and use it in GitHub Desktop.
(defn fun1
[x y z]
(...))
(defn fun2
[a b]
(...))
(fun1 5 7 (fun2 "foo" 42))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment