Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Coffee break problem anyone?

From: antonr:iinet:au at: 8-Nov-2003 15:04

Hi Sunanda,
> I can easily map out the code at the highest levels. But need > faith that I > will be able to fill out the lower levels. Today, analyze-item > isn't going to be > easy. In a few years time, such functions might come free in cornflakes > packets.
... Very good points, Sunanda. Pragmatism in getting the job done can wreck an idealism.
> ** REBOL has a limited recursion stack (2000-odd items) so an > off-the-shelf > solution using recursion is out of bounds.
Just a note: You can implement your own stack to have a much larger size than 2000.
> Sunanda.
Anton.