stodghil@svax.cs.cornell.edu (Paul Stodghill) (09/29/89)
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.