I'm going to work on the "floating point range" tickets, seeing if simply adhering to the Clojure design (different range implementations for the 3 cases), leads to a robust solution.
^ That seems to work out nicely. https://github.com/mfikes/clojurescript/commit/551a7b304ae737ac0459ccbe42a5ca33b19c9bfc Next, need to write a slew of unit tests surrounding all of the cases. :)
nice!!!
Feel free to steal from Clojure :)
Yeah, rumor is there's some good stuff in there. 🙂
range
patch landed on master 🙂