Created
December 21, 2015 14:10
-
-
Save loopified/a5a8282dc4a6901b0021 to your computer and use it in GitHub Desktop.
Revisions
-
felipe-barros created this gist
Dec 21, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ (defn fun1 [x y z] (...)) (defn fun2 [a b] (...)) (fun1 5 7 (fun2 "foo" 42))