Re: [fpc-pascal] Super Large Integer Math Calculations

2017-07-08 Thread Ingemar Ragnemalm
Bart wrote: On 7/7/17, nore...@z505.com wrote: For integers beyond 64 bit, or even beyond 32 bit on a 64 bit machine, why can't the math be broken down into peices the way a human does it on paper, and then theoretically any number can be added and

Re: [fpc-pascal] Food for thought - language string improvement

2017-07-08 Thread Felipe Monteiro de Carvalho
> Language features like this is what increases productivity. Indeed {$INCLUDESTRINGFILE file} looks like a great solution for this. Since we are talking about language features, after learning Java I think we could use in Pascal: 1> Default methods in interfaces (implementation