clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
bobcalco 2017-04-27T14:35:32.565445Z

do reader conditionals work in ClojureCLR? I think I saw somewhere that the convention is *.cljr for CLR-specific Clojure code.

2017-04-27T15:53:36.281117Z

reader-conditionals would go in cljc files, with a :cljr key for the ClojureCLR specific code

2017-04-27T15:54:18.295721Z

the only kind of reader conditionals that worked last I checked were the kind that allowed code specific to each platform