From: Mark Tarver
Subject: ThinCL: a class system for Qi
Date: 
Message-ID: <3d34a8fd-4683-421c-a530-6cd1e7b4d0de@o27g2000vbd.googlegroups.com>
ThinCL (rhymes with 'tinkle') is a class system for Qi built entirely
in Qi.  It allows multiple inheritance and defaults within a type
secure framework.  The title is an acronym for THis is Not CLos.  It's
very small; 187 LOC.

ThinCL is an improved version of some of the material in chapter 12 of
FPQi and will probably make it into the third edition.  It includes
type checks to ensure that type integrity holds between subclasses and
should be very quick.

http://www.lambdassociates.org/Lib/libraries.htm to download

http://www.lambdassociates.org/Lib/OO/ThinCL/index.htm for
documentation.


Mark
From: Scott Burson
Subject: Re: ThinCL: a class system for Qi
Date: 
Message-ID: <10d7905f-b0a3-4acf-a873-955bff74831e@f41g2000pra.googlegroups.com>
On May 9, 3:53 am, Mark Tarver <··········@ukonline.co.uk> wrote:
> The title is an acronym for THis is Not CLos.

Don't you mean ThinCL Is Not CLos?  :)

-- Scott