The reader literals for `##NaN`, `##Inf` are valid in recent Clojure versions, but these choke `lein kibit`: ``` $ lein kibit Check failed -- skipping rest of file (src/myproject/core.clj:65:null) [line 65, col 39] No reader function for tag Inf. ```
The reader literals for
##NaN,##Infare valid in recent Clojure versions, but these chokelein kibit: