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

[REBOL] Re: pseudo-class inheritance at a price ?

From: phil:hayes:cnutarch at: 7-Oct-2001 14:25

Chris, What about this scenario.... How would you transmit an object over an IP connection and be able to type it? i.e. parent class A -> child class B parent class A -> child class C C: class-C-object-instance clientfd: open tcp://localhost:9999 insert clientfd C( ? ) <- or perhaps use a refinement C/insert clientfd close clientfd serverfd: open tcp://:9999 listen: first serverfd wait listen obj: copy first listen <- or perhaps use a refinement obj/copy listen clsoe first listen close serverfd No answers here but something that would definitely entyice me to use the class methods!