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