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

[REBOL] Re: Expression evaluator (an example of parsing blocks)

From: rishi:picostar at: 20-Oct-2000 11:54

I like the fact that rebol doesn't support operator precedence. It is so much easier when things are being evaluated from left to right. No need to remember a table and it is easy to work with without parenthesis. just remember one concept...left->right rishi Previously, you (chaz) wrote: