Can Python do shopping cart?

Tim Wintle tim.wintle at teamrubber.com
Fri Mar 6 06:58:19 EST 2009


On Fri, 2009-03-06 at 11:59 +0100, Marco Mariani wrote:
> Lie Ryan wrote:
> 
> > Python is Turing Complete
> 
> Well, actually no, because it doesn't support an infinite amount of memory.

Surely you can address an infinite amount of storage using infinite
length integers and a wrapper to files on disk - then it's just your
OS's limits that hold it back - so python is turing/register complete.

Tim Wintle




More information about the Python-list mailing list