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

CLOS/PCL query (defgeneric, find-method etc)



	Greetings!

	Question on CLOS/PCL implementation:

	The one I have does not have any definitions for the CLOS fns:

	defgeneric
	find-method

	And the function (type-of <object>) returns a symbol IWMC-CLASS
	rather than the specific class name as documented in Keene.
	(Of course I can do a (CLASS-NAME (CLASS-OF <object>))     )

	Question: Without having DEFGENERIC how can one use a 
		  method combination type other than STANDARD?

	Thank you.

	Deepak.

	P.S. I am using this implementation for instructional
	     purposes in a course CS315--Non-Imperative Programming
	     (Object oriented programming comprises 1/3rd of the
		syllabus).


Received: from Sail.Stanford.EDU by arisia.Xerox.COM with SMTP
	(5.61+/IDA-1.2.8/gandalf) id AA05724; Thu, 27 Apr 89 11:07:33 -0700
Reply-To: <Common-Lisp-Object-System-mailer@SAIL.Stanford.EDU>
Received: from uunet.uu.net by SAIL.Stanford.EDU with TCP; 27 Apr 89  11:08:02 PDT
Received: from unido.UUCP by uunet.uu.net (5.61/1.14) with UUCP 
	id AA06747; Thu, 27 Apr 89 14:06:26 -0400
Received: from slpfs1.uucp 
	by unido.irb.informatik.uni-dortmund.de with uucp via EUnet
	for uunet
	id AS06621; Thu, 27 Apr 89 18:28:53 +0100
Received: from tartaros.slpfs1.com by slpfs1.slpfs1.com (3.2/SMI-3.2)
	id AA02871; Thu, 27 Apr 89 14:02:01 +0200
Received: by tartaros.slpfs1.com (4.0/SMI-3.2)
	id AA00657; Thu, 27 Apr 89 14:03:14 +0200
Date: Thu, 27 Apr 89 14:03:14 +0200
From: sz%tartaros.uucp%slpfs1.uucp%unido.uucp@uunet.UU.NET (Peter Szabo)
Message-Id: <8904271203.AA00657@tartaros.slpfs1.com>
To: Common-Lisp-Object-System@Sail.Stanford.edu
Subject: joining mailing list


Please put me on your mailing list concerning CLOS news.
We are working with symbolics and are currently moving from flavors
to PCL and hopefully soon to CLOS. In Germany there are no relevant
information sources about CLOS/PCL. We would be happy to get at least
the file cloops.text

	Thank you