cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
mfikes 2020-07-25T13:10:20.431900Z

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.

mfikes 2020-07-25T15:28:45.432600Z

^ 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. :)

👍 2
dnolen 2020-07-25T16:15:18.432800Z

nice!!!

alexmiller 2020-07-25T18:21:05.433300Z

Feel free to steal from Clojure :)

mfikes 2020-07-25T18:59:06.433700Z

Yeah, rumor is there's some good stuff in there. 🙂

mfikes 2020-07-25T20:50:53.434Z

range patch landed on master 🙂

👏 6