Fork me on GitHub
#portal
<
2024-01-16
>
hanDerPeder13:01:51

wondering if this is a bug or my setup is broken

(defn type-printer [x]
  (prn x '=> (type x)))
(add-tap type-printer)

(tap> 1.0)
shows double in repl
1.0 => java.lang.Double
but shows up as java.lang.Long in portal (0.51.1)

hanDerPeder13:01:16

(tap> 1.1) shows Double as expected