Re: Recognising Clojure-generated classes

2015-01-05 Thread fabiot
> http://dev.clojure.org/jira/browse/CLJ-1298 > http://dev.clojure.org/jira/browse/CLJ-1078 > > > On Sun, Jan 4, 2015 at 10:16 AM, fabiot > > wrote: > >> Hi, >> >> is there a quick way of recognising Clojure-generated classes (including >> protocols

Re: Recognising Clojure-generated classes

2015-01-04 Thread Andy Fingerhut
lojure.org/jira/browse/CLJ-982 http://dev.clojure.org/jira/browse/CLJ-1298 http://dev.clojure.org/jira/browse/CLJ-1078 On Sun, Jan 4, 2015 at 10:16 AM, fabiot wrote: > Hi, > > is there a quick way of recognising Clojure-generated classes (including > protocols and datatype

Recognising Clojure-generated classes

2015-01-04 Thread fabiot
Hi, is there a quick way of recognising Clojure-generated classes (including protocols and datatypes) without reading debug information, like some annotation or marker interface? I couldn't find any so far. I'm looking for this because I'd like to perform some instrumentatio