Fork me on GitHub
#clojure
<
2019-11-10
>
dbernal03:11:12

Anyone know why this try catch won't hit the catch statement: (try (map (fn [x] (throw (Exception. "throw"))) [1 2 3]) (catch Exception e "should print??"))?

erik10:11:39

is REBL customizable for things like data coming through libpython-clj? for viewing things like PyTorch tensors and modules (if this is the right place to ask)

sogaiu15:11:29

@erik there's also a #rebl if you don't have much luck here

💯 4