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

[REBOL] Re: Question: [ searching for answer on GUI speed ]

From: rotenca:telvia:it at: 13-Mar-2002 14:57

Hi, Gabriele
> Actually, you should say "doesn't interpret the VID code fast > enough...". :) If you look into the source of LAYOUT, you'll find > it's doing quite a lot of things. It isn't using PARSE either, so > all parsing is done in REBOL, not natively. (This is to make some > of VID features work; I think LAYOUT could be improved anyway.)
?? from the source of layout: parse specs [some [thru 'style val: parse specs [some [thru 'styles val: [ if not parse facets vid-rules [error "Invalid args:" start] Indeed layout parse every line in a forever loop and find the end of every line without parse. --- Ciao Romano