> Ladislav said:
>          Could you try  to  *encourage* some  of us to  try more
>          functional programming in  Rebol? - I mean simply write
>          some purely functional examples of Rebol code.
> 
> I've sown  enough discord and I  repent.   For my penance I
> will do   as Ladislav has asked and   write  up some purely
> functional examples in REBOL.  Perhaps Jeff will join me?
> 
> John Curtis

  Sounds great, but I can't really get too caught up in these
  kinds of pleasant distractions at this time -- I've got a
  looming deadline of sorts on my project.  Boss man will
  flame me if it doesn't get done here real soon.  But, I'll
  throw in what I can.

  Here's a way of creating curried functions:


     add2: func [x][loop 1 compose [add 2 (x)]]


  -jeff

Reply via email to