Problems
- two Clojure target platforms with different math libs
- API consumers shouldn't have to care
- math ops need to be fast
- e.g. Clojure double dispatch not multimethods
Things to consider
- numbers in ClojureScript likely to get smarter
- will we use goog.math.long?
- break math API into subproposals
- by frequency of usage
- may end up with more than one namespace?
- perhaps by platform support
- by frequency of usage
Labels: