[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Common Lisp Types
- To: Bobrow.pa@Xerox.COM, RPG@SAIL.STANFORD.EDU
- Subject: Re: Common Lisp Types
- From: Jim Kempf <kempf%hplabsc@hplabs.HP.COM>
- Date: Wed, 4 Feb 87 08:06:25 pst
- Cc: common-lisp-object-system@SAIL.STANFORD.EDU
From the application programmer's viewpoint, classes for some of
the types listed as not having any would make application development
using CLOS more straightforward. Consider the STREAM type. If
a STREAM class exists, and is subclass-able, then developing
a window system application which can run on a variety of displays
becomes easier, since WINDOW can be a subclass of STREAM. In
this sense, I think Gabrial's proposal is a sound one, since it
increases the integration between the CL type system and CLOS.
Jim Kempf kempf@hplabs.hp.com