On Mon, May 18, 2009 at 1:17 AM, Adrian Cuthbertson <[email protected]> wrote: > (alter-var-root (var say-grav) (fn [_] (fn [x] (prn "my-version-grav:" x))))
But this only works if you only want one variation, and you no longer care about the original version, right?. If you want to benchmark your variation against the original, or explore two variations, you can't use this approach, I believe. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
