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

[REBOL] Re: reduce/deep

From: lmecir:mbox:vol:cz at: 17-Oct-2003 16:55

Hi Andrew, you wrote:
> I'm assuming that this would work on tree structured blocks, not blocks that > are are recursively 'insert-ed into each other? > > Andrew J Martin > Grail Jedi
actually, even cyclic (or recursive, whatever you prefer) blocks can be handled as I have proven in http://www.fm.vslib.cz/~ladislav/rebol/identity.html#section-24 , but the usefulness of such structures is questionable. Anyway, if you need such a construct, it is a matter of minutes for me. -L