Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created March 30, 2010 14:03
Show Gist options
  • Save swannodette/349122 to your computer and use it in GitHub Desktop.
Save swannodette/349122 to your computer and use it in GitHub Desktop.
(ns test-code)
(defn foo [x y]
(+ x y))
(foo z) ; line number
(foo 1 2 3) ; line number is 1
(defn bar [x]
(foo x "bar"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment