;; A float-to-integer cast whose value does not fit. The condition it violated ;; is reported as the range the destination type can hold, which is the same ;; shape BoundsError uses for a slice: the violated condition, written out. (defvar big f64 1e30) (defn main [] () (println (i32 big)))