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

[REBOL] Re: problems creating a path

From: rotenca::telvia::it at: 5-Jun-2003 13:09

Hi anton
> I passed through some other alternatives, but this way > seems the best. I was looking for a way that does not > use any extra words, has a small code size, and is easy > to add new refinements. > By chance is there anyone who can do better? I challenge you! > I busted my head on this for some hours.
The problems grows if refinements have arguments and in these cases a function should be the best thing. What I want to underline: 1) I should like to have some native facilities to pass refinements to sub-functions. 2) I like to use true/none every where i can use true/false (pick instead of either in your example). The actual implementation seems to me an inconstistence. --- Ciao Romano