Skip to content

Instantly share code, notes, and snippets.

@munk
Created September 22, 2016 18:48
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 munk/51b5725d1f0f232816e5254020b4835e to your computer and use it in GitHub Desktop.
Save munk/51b5725d1f0f232816e5254020b4835e to your computer and use it in GitHub Desktop.
(ns interactive)
(defn my-fancy-function
[x y z]
(* x y z))
(comment
(= 1 (my-fancy-function 1 1 1)) ; eval here, move to a test ns when you're done and want a regression suite
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment