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

[REBOL] Who is that grouch? -or- Fun with functions! Re:(13)

From: allen:rebolforces at: 6-Oct-2000 23:32

----- Original Message ----- From: <[lmecir--geocities--com]> To: <[list--rebol--com]> Sent: Friday, October 06, 2000 10:54 PM Subject: [REBOL] Who is that grouch? -or- Fun with functions! Re:(12)
> Hi Joel, > > > > > A set of higher order functions: > > > > Accum, Apply, Curry, Composition, Enum, Filter, Map, Mapper, Nargs, > > > Refined > > > > http://www.rebol.org/advanced/highfun.r > > > > > > > > > > > Well, actually, I do have one question (esp. to Ladislav and/or > > Allen) regarding style. I've noticed both of you using capital > > letters (e.g., in the list of HOFs above), but haven't figured > > out the convention by which one decides what is capitalized. > > Just curious... > > > > -jn- > > > > that is my "convention", that nobody else uses AFAIK, Allen just (as that > lazy... suggests) copied a part of the file IMHO.
Yes as Ladislav guessed, I copied the description of the functions from the script header. So that is his convention that you see there. I'm just avoiding "Chinese Whispers" Normally I use the 'tick to indicate a REBOL word / function, but I notice that HELP and feedback use full capitalisation instead. Maybe we should adopt that? Cheers, Allen K