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

[REBOL] Re: REBOL Enhancement Proposals (REPs)

From: lmecir:mbox:vol:cz at: 26-Sep-2001 20:28

Hi Ryan,
> The parens in paths idea has come up before and I really liked it then.
Although
> now I see it as asking alot, and maybe too much from the REBOL interpeter.
I do agree with you. The introduction of: a/(1 + 1) to Rebol would break the rule stating, that #"(" and #")" are delimiters, which may really turn Rebol inside out.
> 'Select makes quick work of such situations well enough, without strange
animals. OTOH, the SELECT way doesn't work in all circumstances where paths are needed. Summary: if the "delimiter rule" breaking is not acceptable for Rebol, there must be another simple enough way to do this. I wrote a DO-PATH function, which at least summarizes the advantages of such approach. Regards Ladislav