Hello Scheme programmers,

I'm new to Scheme and MIT/GNU Scheme. I'm writing a simple Scheme programming that does some file input. I try to compile the program and what to hand over the filename as a commandline argument.

How do I access the commandline arguments? argv, *ARGV* and ext:*ARGV* don't work. I get the error "Unbound variable" (when I type "scheme --load myprog.scm").

Can MIT/GNU Scheme compile at all? With "--load"?

Greetings

Peter


_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to