On Fri, Mar 6, 2009 at 11:18 AM, Paul Stadig <p...@stadig.name> wrote:
>
> If it works with Java, then it should be possible to get it working
> with Clojure, no? It may take some work, but should be possible.

It wouldn't be terribly appropriate. The ODB is meant to deal with
mutability in Java code and does so by instrumenting the compiled
bytecode. The same thing for Clojure would deal with Clojure's
expressions, immutability and concurrency sementics. It would probably
do so by instrumenting the clojure code itself because that's much
easier to do in a lisp.

I could run the ODB on compiled clojure code but then I'd see how Rich
performs his magic underneath and that's not very relevant to what I
want to debug.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to