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

[REBOL] Re: Functional programming in REBOL

From: larry:ecotope at: 11-Aug-2001 22:23

Hi Ladislav, all, Here is another way of writing the puzzle function in the post below. This may make the nature of the function more clear: ???: cfunc [g][ do func [f][f :f] cfunc [f][g func [x][do f :f x]] ] Cheers -Larry