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

[REBOL] Re: Fast transformation?

From: tom::conlin::gmail::com at: 27-Nov-2007 12:35

Kai Peters wrote:
> What is a good way to transform blocks like > > [ [ "Bill" 50 ] [ "Jane" 45 ]] > > to > > [ "Bill" 50 "Jane" 45 ] > > TIA, > Kai >
for speed I might try flat: to block! form nested-blocks