home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / lisp / mcl / 1255 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.4 KB

  1. Path: sparky!uunet!olivea!apple!apple!cambridge.apple.com!bill@cambridge.apple.com
  2. From: bill@cambridge.apple.com (Bill St. Clair)
  3. Newsgroups: comp.lang.lisp.mcl
  4. Subject: Re: MOP in MCL 2.0
  5. Message-ID: <9208172027.AA06706@cambridge.apple.com>
  6. Date: 17 Aug 92 21:30:26 GMT
  7. Sender: info-mcl-request@cambridge.apple.com
  8. Lines: 22
  9. Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
  10. Full-Name: Bill St. Clair
  11. Original-To: moore@cs.utah.edu (Tim Moore)
  12. Original-Cc: info-mcl
  13.  
  14. >I understand that the MOP as defined in AMOP isn't complete in MCL
  15. >2.0. How much MOP is there? Are there plans to implement the full MOP
  16. >in the near future?
  17.  
  18. MCL 2.0 includes only a small number of introspective MOP functions.
  19. They are documented in the new reference (shipping with MCL 2.0 final
  20. and updates) and in the file:
  21.  
  22. /pub/mcl2/docs/introspective-mop.txt
  23.  
  24. on the anonymous FTP server at cambridge.apple.com.
  25.  
  26. We are not currectly planning to do a complete MOP in the near
  27. future. There are only so many of us here to work on MCL and
  28. since people have not been beating down our door asking for the
  29. MOP (though the people who DO ask for it tend to shout), its
  30. place in our priority list makes it unlikely to happen very soon.
  31.  
  32. I probably WILL do SLOT-VALUE-USING-CLASS in the near future.
  33. I already have a cheap implementation that slows down all SLOT-VALUE
  34. calls and isn't called by DEFCLASS generated accessor functions. Ask and
  35. I'll send it (or post it if demand is great).
  36.