axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] GCL in batch mode


From: Waldek Hebisch
Subject: Re: [Axiom-developer] GCL in batch mode
Date: Mon, 11 Dec 2006 20:08:45 +0100 (CET)

> 
> Camm --
> 
>   I'm wondering what the behaviour of "gcl -batch" is.  The info page
> says:
> 
>    `-batch'
>         Do not enter the command print loop.  Useful if the other command
>         line arguments do something.  Do not print the License and
>         acknowledgement information.  Note if your program does print any
>         License information, it must print the GCL header information
>         also.
> 
> 

AFAICS "not enter the command print loop" really means "do not enter
read-eval-print loop", so in particular nothing is read from standard
input.  For me the following works:

gcl -batch -eval '(format t "~a~&" si::*system-directory*)'

-- 
                              Waldek Hebisch
address@hidden 




reply via email to

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