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