Chris Nuernberger

Results 167 comments of Chris Nuernberger

Hmm. Or embrace and extend the python dict type somehow to support [clojure's algorithm for hashing](https://github.com/clojure/clojure/blob/master/src/jvm/clojure/lang/Murmur3.java#L114).

Why exactly does it seem not possible? Would I just need to make private functions public in the CSVReader class or make it not final - what would you need...

Yes for sure it is possible

I think what you are missing is that as-jvm creates bridge objects that implement a subset of the interfaces in java.util -- ->jvm creates copies of the data. Passing a...

The libpython-clj default is to use ->jvm via copy which I think is usually faster than converting to json. Bridging is used for object that have behavior on them and...

It's because clj-kondo has re-written the parser as opposed to using Clojure's compiler itself so its order of evaluation is different than clojure's in terms of macros vs normal forms...