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

[REBOL] Re: [RWEBOL] HOF and system exploration

From: rotenca:telvia:it at: 27-Oct-2002 15:54

Hi Jan
> CLOSURE and CURRYING: > [Now you can see the code of SIMILAR-like function] > g: closure :do > :g > == (native) > g: uncurry :g [:+ 1 2] > == (native :+ 1 2) > Now that we have uncurried the g function > let us execute it: > g > == 3 > And again.... > g > == 3 > Voila! Here you go!
This aggressive evaluation is no more supported in the new betas. See: http://www.rebol.com/docs/core25n.html#sect4.2. --- Ciao Romano