home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / lisp / mcl / 1911 < prev    next >
Encoding:
Text File  |  1992-12-29  |  1.3 KB  |  37 lines

  1. Newsgroups: comp.lang.lisp.mcl
  2. Path: sparky!uunet!spool.mu.edu!umn.edu!noc.msc.net!uc.msc.edu!apctrc!zdhm06
  3. From: zdhm06@trc.amoco.com (Donald H. Mitchell)
  4. Subject: MCL support for MOP
  5. Message-ID: <1992Dec29.150748@trc.amoco.com>
  6. Originator: zdhm06@scholar
  7. Keywords: CLOS, MOP
  8. Sender: usenet@trc.amoco.com
  9. Organization: Amoco Production Company, Tulsa Research
  10. Date: Tue, 29 Dec 1992 21:07:48 GMT
  11. Lines: 24
  12.  
  13.  
  14. I saw an article in the lisp newsgroup that had one phrase that worried me.
  15. I'm considering using MCL for a large project that I've been doing on
  16. a set of Symbolics ivory boards.  I want to be certain that MCL will
  17. support my needs.
  18.  
  19. That project requires the ability to define new metaclasses and 
  20. use them with defclass;
  21. it further requires the ability to define new methods for that metaclass for 
  22. direct-slot-definition-class, effective-slot-definition-class, and
  23. compute-effective-slot-definition;
  24. it requires the ability to create subclasses of standard-slot-definition
  25. to add "facets" to slots (really slots on the slots); and finally,
  26. to support the above, we define subclasses of standard-direct-slot... and
  27. standard-effective-slot...
  28.  
  29. Does MCL support programmers making these modifications?
  30.  
  31.  
  32. -- 
  33. Don Mitchell            dmitchell@trc.amoco.com
  34. Amoco Production Company    (918) 660-4270
  35. Tulsa Research Center
  36. P.O. Box 3385, Tulsa, OK 74102
  37.