Prabhjot Singh
Results
2
issues of
Prabhjot Singh
## When skipping an arity The following function does not have an arity 2 ```clojure (defn foo ([a] "1") ([a b c] "3") ([a b c & args] "3 and...
`goog.math/Long` is not showing up very well ```clojure #?(:cljs (let [x (goog.math/Long.fromString "123")] (with-out-str (fipp/pprint {:test x} {:width 120})))) ``` It evaluates to the following ``` "{:test #object[#object[Long]]}\n" ``` Problem...