Fork me on GitHub
#clojure-dev
<
2016-09-06
>
Yehonathan Sharvit07:09:38

Would it make sense to have a portable way of dealing with Infinity

Yehonathan Sharvit07:09:59

In clojure, we have: Double/POSITIVE_INFINITY

Yehonathan Sharvit07:09:10

In clojurescript, we have: js/Infinity

trptcolin15:09:04

there's a JIRA for it, and tools.reader implements it: http://dev.clojure.org/jira/browse/CLJ-1074 - but it's not in the EDN spec