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

[REBOL] Re: Hunt the Wumpus - or - Call Me Sentimental

From: greggirwin:mindspring at: 23-Oct-2001 10:15

Hi Graham, << Just in case you didn't know, you can use 'has as a shorthand for functions with local variables but no parameters >> Yeah, I actually know about it but I'm still trying to decide which REBOL words I like and where it's clearer to be consistent even if it means a little more typing. E.g. is it confusing, especially to newcomers, to have func, function, has, and does mixed throughout the code? 'has is also adds the fact that you don't need to use /local with it. On one hand I like reducing clutter but, on the other, we have to maintain clarity of intent and easy scanning of code. I'm still learning so my style may be inconsistent for some time yet. Thanks though! There's a lot I don't know so always feel free to point out improvements I can make. --Gregg