Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created May 6, 2011 20:15
Show Gist options
  • Select an option

  • Save davidsantiago/959699 to your computer and use it in GitHub Desktop.

Select an option

Save davidsantiago/959699 to your computer and use it in GitHub Desktop.
(:emacs-rex
(swank:compile-string-for-emacs "(defn parse-template-from-string\n [template-string]\n (let [template-lines (str/split-lines template-string)]\n ))\n" "core.clj" 100 "/Users/David/Documents/Development/Clojure/pochoir/src/pochoir/core.clj" 'nil)
"pochoir.core" t 42)
(:return
(:abort "java.lang.Exception: No such namespace: pochoir.core (/Users/David/Documents/Development/Clojure/pochoir/src/pochoir/core.clj:4)")
42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment