|
|
|
|
|
by igouy
569 days ago
|
|
> you don't compare the languages if you run some third-party code on top of it, which has nothing to do with how the language itself is implemented What if "the language itself" provides arbitrary precision arithmetic by wrapping GMP and GMP is not written in "the language itself" ? https://gmplib.org/ https://hackage.haskell.org/package/integer-gmp |
|
If the language's document states that the language has arbitrary precision operations, then the authors of the language are free to implement it however way they want, let it be monkeys with abacus, it's still part of the language.