On Fri, Jun 11, 2010 at 10:29 AM, Tom Faulhaber wrote:
> Nice! I think this kind of functionality should end up getting
> promoted. I have also written this a couple of times and thought about
> generalizing it. I'm glad you did.
Cool.
I'm not sure how broadly-applicable it is--you want it when
Nice! I think this kind of functionality should end up getting
promoted. I have also written this a couple of times and thought about
generalizing it. I'm glad you did.
This could also serve as the basis for some nice tracing functionality
(esp. combined the clojure.contrib.logging). You'd want to
I just released this library for allowing functionality to be extended
via plugins:
(use 'robert.hooke)
(defn examine [x]
(println x))
(defn microscope
"The keen powers of observation enabled by Robert Hooke allow
for a closer look at any object!"
[f x]