clojure-dev

Issues: https://clojure.atlassian.net/browse/CLJ | Guide: https://insideclojure.org/2015/05/01/contributing-clojure/
2019-04-29T02:21:02.019900Z

similar to https://dev.clojure.org/jira/browse/CLJ-1425 which hasn't been weighed in on by anyone with decision making power

Ivan Koz 2019-04-29T22:22:11.021Z

shouldnt zero? return false for non-numbers including nil? Noticed it throws nullpointer for nil values.

Ivan Koz 2019-04-29T22:23:45.022200Z

feels like such behavior will fit clojure better

alexmiller 2019-04-29T22:26:40.023Z

Most of the numeric preds take only numbers

alexmiller 2019-04-29T22:26:54.023600Z

There are some perf implications

Ivan Koz 2019-04-29T22:30:57.025100Z

not sure if performance that much important to let nullpointer\exception possibility in core

Ivan Koz 2019-04-29T22:31:26.025300Z

¯\(ツ)

alexmiller 2019-04-29T23:02:52.025900Z

With numeric ops, it is

2019-04-29T23:04:36.026500Z

core is full of ways to get npes