[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Swindle question & bug report




Let me try to explain. The most important advantage of CLOS style
structure-classes is their openess. They can solve our extensible
data structure problem with open classes relatively easily by 
slipping in additional methods into an existing class. We get 
other advantages. In particular, we could slap a type system on
our class system that blesses almost all of our class programs. They
can't. (Well I don't think so.)

-- Matthias