do reader conditionals work in ClojureCLR? I think I saw somewhere that the convention is *.cljr for CLR-specific Clojure code.
reader-conditionals would go in cljc files, with a :cljr key for the ClojureCLR specific code
the only kind of reader conditionals that worked last I checked were the kind that allowed code specific to each platform