similar to https://dev.clojure.org/jira/browse/CLJ-1425 which hasn't been weighed in on by anyone with decision making power
shouldnt zero? return false for non-numbers including nil? Noticed it throws nullpointer for nil values.
feels like such behavior will fit clojure better
Most of the numeric preds take only numbers
There are some perf implications
not sure if performance that much important to let nullpointer\exception possibility in core
¯\(ツ)/¯
With numeric ops, it is
core is full of ways to get npes