Re: ANN: Robert Hooke

2010-06-12 Thread Phil Hagelberg
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

Re: ANN: Robert Hooke

2010-06-11 Thread Tom Faulhaber
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

ANN: Robert Hooke

2010-06-10 Thread Phil Hagelberg
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]