[ANN] Quasar/Pulsar 0.7.0 Released: Kotlin and more Clojure

2015-05-29 Thread fabiot
http://blog.paralleluniverse.co/2015/05/29/quasar-pulsar-0-7-0/ Pulsar 0.7.0 introduces *automatic instrumentation for Clojure code* so you don’t need those suspendable!, defsfn and sfn (enabling this feature carries a small performance p

How to generate debug info (source file name) in protocol classes?

2015-01-14 Thread fabiot
Hi all, through "javap -v" I can find Clojure-generated debug information in datatype classfiles but not in protocol ones. I'm especially interested in the name of the source file. Does a way currently exist to get this information for protocols? Thanks - Fabio -- You received this message

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

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 instrumentation only Clojure-gene