Skip to content

Instantly share code, notes, and snippets.

@loopified
Created December 21, 2015 14:10
Show Gist options
  • Save loopified/a5a8282dc4a6901b0021 to your computer and use it in GitHub Desktop.
Save loopified/a5a8282dc4a6901b0021 to your computer and use it in GitHub Desktop.

Revisions

  1. @felipe-barros felipe-barros created this gist Dec 21, 2015.
    9 changes: 9 additions & 0 deletions core.clj
    Original 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))