Re: Complex vs Rational implementations in the Standard Library

2019-11-17 Thread FernandoTorres
Congrats for 1.0 milestone. I'm glad to see that the Complex type is not a tuple any longer but an object and allows generics like the Rational type. That makes more sense now. Great job.

Re: Complex vs Rational implementations in the Standard Library

2018-04-22 Thread Araq
PRs are welcome.

Complex vs Rational implementations in the Standard Library

2018-04-22 Thread FernandoTorres
I'm learning some features of the language, and I don't understand why in the Standard Library, the Complex type would be defined as a tuple, when the Rational type is defined as an object and allows generics? Shouldn't there be some sort of consistency in the ways these libraries are implemente