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

Integer support #10

Open
bamboo opened this issue Sep 22, 2015 · 1 comment
Open

Integer support #10

bamboo opened this issue Sep 22, 2015 · 1 comment

Comments

@bamboo
Copy link
Owner

bamboo commented Sep 22, 2015

System.Numerics.BigInteger is the obvious choice but we should also consider alternative solutions that would work on lesser frameworks such as Unity's.

@dagit
Copy link

dagit commented Jan 31, 2017

FSharp libraries/programs have an FSharp core dependency. I think a similar approach is reasonable for idris. Integer support could be implemented in that dependency. I'm not sure how easy it is to build things conditionally, but it might be possible to make the choice of System.Numerics.BigInteger vs ?? in that library.

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

2 participants