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

[REBOL] Re: order of evaluating expressions..

From: rotenca::telvia::it at: 23-Dec-2004 22:45

Eric Haddix wrote:
>Now my question, does anyone find Rebol's order of evaluating to be >helpful? >
Rebol does the simplest thing, it can do: simple infix with no precedence. Every other thing would require a more complex internal algorithm. It is not the best for humans, but it works. -- Ciao Romano Paolo Tenca