Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!uwm.edu!cs.utexas.edu!mailrus!cornell!stodghil
From: stodghil@svax.cs.cornell.edu (Paul Stodghill)
Newsgroups: comp.lang.scheme
Subject: Invoking C-Scheme
Message-ID: <32609@cornell.UUCP>
Date: 28 Sep 89 19:02:42 GMT
Sender: nobody@cornell.UUCP
Reply-To: stodghil@cs.cornell.edu (Paul Stodghill)
Distribution: comp
Organization: Cornell Univ. CS Dept, Ithaca NY
Lines: 13

Two questions about MIT C-Scheme,

1) Is the only documentation available that which comes with the
distribution? In particular, the documentation for the run-time library
appears to be release notes and not a complete document. Also, there are
few sections in the reference manual which are blank and which I would like
to see.

2) I want some way to have scheme load and execute a file upon startup. How
can I do this? I know about the "-dump" option, but from what I understand
this just loads a dump and does not evaluate any expresion. Also dump files
are huge. I noticed in boot.c a "-fasl" option is mentioned, but it makes
some assumptions about the .bin file which I don't know.