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: 15-Mar-2002 19:45

Hi Gabriele
> I didn't mean it is not using it at all. :) I just meant it is > using it only for minor things.
I do not agree. :-) I think there is little space for optimisation with parse without changing the dialect and making its syntax less free. But i can be wrong. BTW, there is a bug in layout: miss parens in the following vid-rule parse line: | 'sense set value block! [new/feel/engage: func [face action event] value] it should be: | 'sense set value block! ([new/feel/engage: func [face action event] value]) so the sense word could work. --- Ciao Romano