home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / lisp / mcl / 1961 < prev    next >
Encoding:
Text File  |  1993-01-09  |  1.9 KB  |  41 lines

  1. Newsgroups: comp.lang.lisp.mcl
  2. Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!boulder!voodoo.cs.colorado.edu!user
  3. From: stevens@cs.colorado.edu (Curt Stevens)
  4. Subject: Re: MCL support for MOP
  5. Message-ID: <stevens-090193084934@voodoo.cs.colorado.edu>
  6. Followup-To: comp.lang.lisp.mcl
  7. Sender: news@colorado.edu (The Daily Planet)
  8. Nntp-Posting-Host: voodoo.cs.colorado.edu
  9. Organization: University of Colorado at Boulder
  10. References: <9301082050.AA28536@cambridge.apple.com>
  11. Date: Sat, 9 Jan 1993 16:20:22 GMT
  12. Lines: 27
  13.  
  14.  
  15. > There are a couple of reasons that MCL 2.0 is bigger than 1.3.
  16. > The pretty printer and inspector are included in 2.0, they were
  17. > provided as fasl files in 1.3. 2.0's CLOS generic functions cost a
  18. > little more space than 1.3's Object Lisp obfuns. We'll probably be
  19. > looking into a few ways to reduce the size of MCL (though probably
  20. > not for 2.1). Some ideas are:
  21. > 1) A tree shaker to automagically remove parts of MCL that are
  22. >    not used by your application.
  23. > Feedback please. Do you need these facilities? Other ideas?
  24. > The MCL development team has decided that MCL's size is not the
  25. > most important thing we have to work on right now, but it's
  26. > still important to us.
  27.  
  28. Yeah!!, I've been wanting for something like this since the Coral Common
  29. Lisp days. I write some fairly tiny utilities that use almost none of the
  30. available MCL functionality and I would like them to be much smaller.
  31.  
  32. ========================================================================
  33. |Curt Stevens   (303) 449-6280 | / |      stevens@cs.colorado.edu      |
  34. |Univ. of Colorado, Boulder    |o o|                                   |
  35. |Computer Sci. Dept. ECOT 7-7  | | |-----------------------------------|
  36. |Campus Box 430                |\_/| I contradict myself? Very well, I |
  37. |Boulder, Colorado 80309  USA  |   | contradict myself. - Walt Whitman |
  38. ========================================================================
  39.