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

[REBOL] Re: Please help me out

From: edoconnor:gma:il at: 23-Aug-2010 11:09

I don't know much about computer science, but I think REBOL's blocks share some things in common with Smalltalk: http://web.cecs.pdx.edu/~harry/musings/SmalltalkOverview.html#Blocks REBOL's cool twist is that a block can hold code or data and treat them both equally/interchangeably, and can be accessed in a uniform manner (a data collection). In LISPy languages, the term 'thunk' might be the appropriate comparison. http://stackoverflow.com/questions/925365/what-is-a-thunk-as-used-in-scheme-or-in-general -- Ed On Mon, Aug 23, 2010 at 10:09 AM, Arie van Wingerden <xapwing-gmail.com>wrote: