Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Weed
Yigal Chripun пишет: > Weed wrote: >> Yigal Chripun пишет: >>> Weed wrote: 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 > mult

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Yigal Chripun
Weed wrote: Yigal Chripun пишет: Weed wrote: 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

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Weed
Yigal Chripun пишет: > Weed wrote: >> 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

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Yigal Chripun
Weed wrote: 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

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Weed
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 th

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread 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? Bye, bearophile

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Weed
bearophile пишет: > Weed: >> And another: where else can I apply it? where else can I use that thing? > > Apply what to where? > (English isn't my first either). and my too :)

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread bearophile
Weed: > And another: where else can I apply it? Apply what to where? (English isn't my first either). Bye, bearophile

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread bearophile
dennis luehring: > he just want to avoid the "..." around the number I know it may seem a small thing, but it allows you to write generic code that works both with int numbers and Bigint ones, just changing one type, for example of an alias or a template :-) Bye, bearophile

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread dennis luehring
Weed schrieb: bearophile ÐÉÛÅÔ: Weed: It is not enough to make Bigint the object? I think I have already answered your question (and at the moment BigInt is a struct, I think). I did not understand the problem. You can make an object Bigint. You can add, deduct the value BigInt. You can

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Weed
bearophile пишет: > Weed: >> It is not enough to make Bigint the object? > > I think I have already answered your question (and at the moment BigInt is a > struct, I think). I did not understand the problem. You can make an object Bigint. You can add, deduct the value BigInt. You can declare t

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread bearophile
Weed: > It is not enough to make Bigint the object? I think I have already answered your question (and at the moment BigInt is a struct, I think). Bye, bearophile

Re: Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread Weed
bearophile пишет: > Recently we have discussed a lot about the balance of putting things > inside the language or outside of it. It's a subtle balance and it's > dynamic too, with time it can change (for example the removal of > complex numbers from D2?). Surely it will need more discussions in > t

Big integrals, opApply autoindex, safer integrals

2008-12-26 Thread bearophile
Recently we have discussed a lot about the balance of putting things inside the language or outside of it. It's a subtle balance and it's dynamic too, with time it can change (for example the removal of complex numbers from D2?). Surely it will need more discussions in the future too. In the pa