Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ScalaJS support #321

Closed
antonkulaga opened this issue Nov 13, 2014 · 5 comments
Closed

ScalaJS support #321

antonkulaga opened this issue Nov 13, 2014 · 5 comments

Comments

@antonkulaga
Copy link

It would be great to see spire crosscompiled to ScalaJS

@denisrosset
Copy link
Collaborator

One problem is the dependence on JVM methods e.g. for big integers, that are the basis for rational numbers.

Once these classes are implemented for ScalaJS, the cross-compilation should be only a matter of ironing the small implementation differences between Javascript and the JVM.

@antonkulaga
Copy link
Author

I created corresponding scalajs issue ( scala-js/scala-js#1268 )

@gzm0
Copy link

gzm0 commented Nov 14, 2014

The created issue is a duplicate. Please refer to scala-js/scala-js#373.

@antonkulaga
Copy link
Author

Once these classes are implemented for ScalaJS, the cross-compilation should be only a matter of ironing the small implementation differences between Javascript and the JVM.

Bigdecimals were implemented by @inthenow and are available in the latest scalajs release

@denisrosset
Copy link
Collaborator

We support Scala.js now.

JoeWrightss pushed a commit to JoeWrightss/spire that referenced this issue Apr 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants