Skip to content

Instantly share code, notes, and snippets.

@telent
Created January 22, 2015 14:09
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 telent/3fe95fc9d74ee9751661 to your computer and use it in GitHub Desktop.
Save telent/3fe95fc9d74ee9751661 to your computer and use it in GitHub Desktop.
sledge.core=> (defn hey [g] (* 2 g 9))
nil
sledge.core=> (def ha #'hey)
(var sledge.core/hey)
sledge.core=> (ha 2)
"Error evaluating:" (ha 2) :as "sledge.core.ha.call(null,(2));\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment