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

[REBOL] Re: paths & lookups & change

From: robert:muench:robertmuench at: 26-Oct-2003 13:31

On Thu, 23 Oct 2003 23:30:11 -0700, Elan <[rebol--techscribe--com]> wrote:
> My preference for this kind of tasks is using objects. Even though it is > a little more verbose, I find it quite intuitive to use the get and set > functions, as in: > ...
Hi, I made several test WRT use blocks VS objects. To me it showed up that blocks are more flexible (it can be expanded) and neutral in that those molded blocks can be read by other applications without a big problem. Robert