Skip to content

Instantly share code, notes, and snippets.

Created November 10, 2010 01:56
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 anonymous/670215 to your computer and use it in GitHub Desktop.
Save anonymous/670215 to your computer and use it in GitHub Desktop.
<amalloy> (macroexpand '(ns foo (:require [clojure.contrib math]
(clojure.contrib math))))
<sexpbot> ⟹ (do (clojure.core/in-ns (quote foo)) ((fn*
loading__4410__auto__ ([] (dot clojure.lang.Var (clojure.core/pushThreadBindings
{clojure.lang.Compiler/LOADER (dot (dot loading__4410__auto__ getClass)
getClassLoader)})) (try (clojure.core/refer (quote clojure.core))
(clojure.core/require (quote [clojure.contrib math]) (quote
(clojure.contrib math))) (finally (dot clojure.lang.Var
(clojure.core/popThreadBindings))))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment