home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / lisp / mcl / 2106 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.5 KB  |  46 lines

  1. Newsgroups: comp.lang.lisp.mcl
  2. Path: sparky!uunet!ftpbox!news.acns.nwu.edu!news.ils.nwu.edu!ils.nwu.edu!forbus
  3. From: forbus@ils.nwu.edu (Ken Forbus)
  4. Subject: Porting to MCL: Package problems
  5. Message-ID: <1993Jan27.195638.11628@ils.nwu.edu>
  6. Followup-To: comp.lang.lisp.mcl
  7. Keywords: MCL<> CL?,pain 
  8. Sender: usenet@ils.nwu.edu (Mr. usenet)
  9. Nntp-Posting-Host: orac.ils.nwu.edu
  10. Organization: The Institute for the Learning Sciences
  11. Date: Wed, 27 Jan 1993 19:56:38 GMT
  12. Lines: 32
  13.  
  14. I am trying to make some Common Lisp code run under MCL.  It runs as is on
  15. every other Common Lisp I've tried: Lucid and Franz on a variety of machines,
  16. KCL and AKCL, Symbolics on their own hardware, and even the Symbolics
  17. CLOE environment under Microsoft Windows.  Overall, quite vanilla code.
  18. Much of it in fact is teaching code, designed to be very
  19. portable.  But it won't run under MCL.
  20.  
  21. Most of the problems seem to be package related.  MCL can't seem to grok
  22.  
  23. (in-package 'tms)
  24.  
  25. for instance, and declaring packages in a Symbolics-style attribute line
  26. appears to make the machine most unhappy.
  27.  
  28. Presumably others have solved such problems.  Is there a file somewhere which
  29. documents the gotcha's in porting Common Lisp code to MCL?  Thanks.
  30.  
  31.     Ken
  32.  
  33. ==========================================
  34. Prof. Kenneth D. Forbus
  35. Qualitative Reasoning Group
  36. The Institute for the Learning Sciences
  37. Northwestern University
  38. 1890 Maple Avenue
  39. Evanston, Illinois, 60201, USA
  40.  
  41. email: forbus@ils.nwu.edu
  42. voice: (708) 491-7699
  43. fax: (708) 491-5258
  44. ==========================================
  45.  
  46.