arc> (is 0 0.0) nil
arc> (with (x 0 y 0.0) (is (+ x 0.0) (+ y 0.0))) t
(def eq args (apply is (map [+ _ 0.0] args)))
-----
arc> (iso 0 0.0) nil