Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

Clojure.java contains support for Ratio types. It would be nice to have them in Clojurescript as well, but as far as I can tell this would be new development (please comment if I'm wrong). That is, there is no implementation of Ratio types in GClosure so this feature would need to be implemented from the ground up. In additional to the Ratio type, the following corresponding functions would also need implementations:

  • ratio?
  • numerator
  • denominator
  • rationalize

Plus the ratio type would need to be rolled into the existing mathematical frameworkings.

Imported from github issue #66

2 Answers

0 votes
by

Comment made by: dnolen

Lower priority, unsolvable without numerics overhaul.

0 votes
by
...