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

[REBOL] Re: Rebol Framework suggestion

From: doublec:acc at: 12-Sep-2001 10:06

You might like to take a look at tiny clos: http://www.parc.xerox.com/csl/groups/sda/projects/oi/software.html This is an implementation of the generic function approach in Scheme - it's kind of a combination of Dylan and CLOS in terms of functionality I believe and shouldn't be too difficult to convert to Rebol. Chris.
>>> [lmecir--mbox--vol--cz] 09/12 8:52 >>>
I tried to experiment with both possibilities in Rebol, but the Generic Function Based OOP seemed more promising for Rebol, although a little bit more complicated to implement. Added the %methods.r (the class-based OOP experiment) to my Rebsite. It is more than a year old, don't know if it could be used for anything serious,...