idris-cil
idris-cil copied to clipboard
Integer support
System.Numerics.BigInteger
is the obvious choice but we should also consider alternative solutions that would work on lesser frameworks such as Unity's.
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.