guile-user
[Top][All Lists]
Advanced

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

Re: how can I write guile script providing both interactive and batch mo


From: Neil Jerram
Subject: Re: how can I write guile script providing both interactive and batch modes?
Date: Wed, 09 Jun 2004 19:40:22 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413 Debian/1.6-5

Steven Wu wrote:

say, if no argument is giving, run it interactively, otherwise, run in batch mode.

steve

Conditionally execute (top-repl) at the end of the script, to go interactive.

Or, load your script using the -l switch instead of -s.

Neil





reply via email to

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