[armedbear-devel] Environment not found
Ville Voutilainen
ville.voutilainen at gmail.com
Fri Dec 10 16:20:12 UTC 2010
On 29 November 2010 03:53, Gabriel Dos Reis
<gdr at integrable-solutions.net> wrote:
>> Furthermore, --eval does not print the result of evaluation. For
>> example, trying
>> abcl --noinform --batch --eval '(lisp-implementation-version)'
Fix committed as r13090 on trunk. Please check that it fixes the
problems with --batch/--eval.
Note that currently merely doing --eval
'(lisp-implementation-version)' doesn't print anything
on the standard output, as (lisp-implementation-version) just returns
a string. I have so
far chosen not to make --batch mode print evaluation results
automatically, so if you want to print
something on stdout in batch mode, use FORMAT.
Please give feedback if the approach chosen is reasonable.
Thanks,
-VJV-
More information about the armedbear-devel
mailing list