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

[REBOL] Re: reduction

From: joel:neely:fedex at: 7-Oct-2001 7:48

Hi, Carl, PMJI... Carl Read wrote:
> map ? Is that a REBOL/Command word? View says it knows nothing > about it. >
We had a long discussion about MAP and other higher-order functions almost exactly a year ago. One other demonstration of MAP that I had fun with (pardon the pun! ;-) is given in http://www.escribe.com/internet/rebol/m2959.html I highly recommend Ladislav's "highfun.r" page, at http://www.sweb.cz/LMecir/highfun.r which contains a generous collection of related REBOL code. -jn- -- ; Joel Neely [joel--neely--fedex--com] 901-263-4460 38017/HKA/9677 REBOL [] foreach [order string] sort/skip reduce [ true "!" false head reverse "rekcah" none "REBOL " prin "Just " "another " ] 2 [prin string] print ""