Fork me on GitHub
#clr
<
2017-04-27
>
bobcalco14:04:32

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

noisesmith15:04:36

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

noisesmith15:04:18

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