bearophile пишет: > Weed: >> where else can I use that thing? > > I was talking about a built-in syntax for multi-precision integral numbers. I > presume you can use it only when you want to use multi-precision integral > number :-) > Do you feel the need to use it in other situations too?
I thought proposes a more advanced method for operators overloading :) It seems to me, all operators working with values should correspond to processor instructions. Instruction like "Sum int [80] with int [30]" does not exist and it is not necessary to do for it the built-in-like syntax.
