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

[REBOL] Associative data store Re:(2)

From: rsnell:webtrends at: 14-Sep-2000 14:10

Great stuff from both of you - I am thinking of changing my INI file handling code to one of these methods (where I have a hash of hashes so that a section value is really itself an associative array). But Elan, what do you mean when you say that there is a problem with function code duplication using the object approach? I haven't used a lot of Rebol objects yet, but my OOP experience tells me (yes I know I'm supposed to forget it about that!) that there is only one instance of code for all objects based on a base template. TIA, Rodney