MichaelDrogalis / dire

Erlang-style supervisor error handling for Clojure
483 stars 19 forks source link

Source sexps kept as data for runtime introspection #15

Open AlexBaranosky opened 10 years ago

AlexBaranosky commented 10 years ago

Thought it might be nice to have the src sexp for a given handler around at runtime for easier introspection. But I haven't really thought that through fully.

MichaelDrogalis commented 10 years ago

Can you come up with some examples of code that would benefit from this?

MichaelDrogalis commented 10 years ago

Oh yeah. I wrote something along the same idea yesterday. Perhaps it can live in here?

https://gist.github.com/MichaelDrogalis/6638777