[armedbear-devel] Environment not found
Gabriel Dos Reis
gdr at integrable-solutions.net
Sat Dec 11 01:15:49 UTC 2010
On Fri, Dec 10, 2010 at 6:41 PM, Alessio Stalla <alessiostalla at gmail.com> wrote:
>> If I do
>>
>> echo '(prog (format nil "version=~a" (lisp-implementation-version))
>> (quit))' | ./abcl
>>
>> only the prompt is printed, not the result.
>
> That's because (format nil ...) prints to a string, not to
> *standard-output*. You want (format t ...) instead.
oops, never mind -- I was testing the wrong thing.
What I needed is working now. Thanks to both of you.
-- Gaby
More information about the armedbear-devel
mailing list