mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MIT-Scheme-devel] Newbie: Compiling and commandline args


From: Peter Wiehe
Subject: [MIT-Scheme-devel] Newbie: Compiling and commandline args
Date: Wed, 15 May 2019 13:14:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]