Computer Science Canada

Is there a limit on how you can type into Turing?

Author:  MrSir [ Fri Jun 03, 2011 10:01 pm ]
Post subject:  Is there a limit on how you can type into Turing?

I tried indenting my file today and it said, Not enough memory for file indent

I'm worried that Turing has a limit on much you can put into it, is there?

Author:  Tony [ Fri Jun 03, 2011 10:14 pm ]
Post subject:  RE:Is there a limit on how you can type into Turing?

There are obviously some finite limits in place (since your computer does not have infinite storage), but that's not really an issue for any reasonable applications.

The indentation error suggests that you probably have a particular line that is too long. Likely some if-statement that has a long chain of conditions; there might be a way to make those expressions simpler.


: