home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / scheme / 2085 < prev    next >
Encoding:
Internet Message Format  |  1992-08-23  |  1.6 KB

  1. Path: sparky!uunet!olivea!mintaka.lcs.mit.edu!ai-lab!zurich.ai.mit.edu!jinx
  2. From: jinx@zurich.ai.mit.edu (Guillermo J. Rozas)
  3. Newsgroups: comp.lang.scheme
  4. Subject: Re: MIT C-Scheme for DOS
  5. Message-ID: <JINX.92Aug23133246@chamarti.ai.mit.edu>
  6. Date: 23 Aug 92 17:32:46 GMT
  7. References: <c1xmmbb.thinman@netcom.com> <BtEu0o.9BK@rice.edu>
  8. Sender: news@ai.mit.edu
  9. Reply-To: jinx@zurich.ai.mit.edu
  10. Organization: M.I.T. Artificial Intelligence Lab.
  11. Lines: 31
  12. In-reply-to: dorai@tone.cs.rice.edu's message of 23 Aug 92 00:14:48 GMT
  13.  
  14. In article <BtEu0o.9BK@rice.edu> dorai@tone.cs.rice.edu (Dorai Sitaram) writes:
  15.  
  16. |   @ Is there ftpable documentation on the different ways of defining
  17. |   macros in MIT C Scheme?  The scheme.dvi appears to document only
  18. |   procedures.
  19.  
  20. You may find what you need in altdorf:archive/scheme-7.1/macros.txt
  21.  
  22. It is not complete, but it may be adequate.
  23.  
  24. At some point MIT Scheme will change to agree with R[45]RS in this
  25. respect, which is why the old system has not really been documented.
  26.  
  27. |   @ Has there been any advance on command-line options beyond that
  28. |   mentioned in user.dvi?  Specifically, can users now get at the command
  29. |   line once they have been whisked into the repl?  Right now, I'm doing
  30. |   something ugly like having batch files that prefix calls to Scheme
  31. |   with changes to scheme.ini to mimic this kind of action. 
  32. |
  33.  
  34. Not conveniently in the version that is being distributed.  This has
  35. been changed for the next version, which should be out in a few weeks.
  36.  
  37. |   @ Is there a way to exit Scheme without going through the confirmation
  38. |   dialog?
  39.  
  40. (%exit)
  41.  
  42. instead of 
  43.  
  44. (exit)
  45.