Tracy R Reed wrote:
Andrew Lentvorski wrote:
Summary: Anywhere you would iterate you can also recurse.
I don't believe that is true, but I'd have to think about it.

I believe what you need is unbounded iteration (i.e., while loops) rather than having only bounded iteration (i.e., pascal-style for loops). If your only iteration construct requires you to specify an upper bound, there are things that can't be calculated, like the Ackerman function.

--
  Darren New / San Diego, CA, USA (PST)
    His kernel fu is strong.
    He studied at the Shao Linux Temple.

--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to