On 29 November 2010 03:53, Gabriel Dos Reis gdr@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-