cannot output within --eval ???

Faré <[email protected]> Thu, 1 Sep 2005 04:12:20 -0400
Newsgroups gmane.lisp.openmcl.bugs
Message-ID <[email protected]>
While trying to find out which CL had which bug, I stumbled upon a bug
(or misfeature) of openmcl: if you try to
openmcl --eval '(format t "foo~%")' then the output will be discarded.
By doing output to a file instead, you can see that the evaluation
happens. If instead you run the command at the prompt, you get the
output. Since cl-launch does everything from a --eval, it won't get
any output on stdout. Bad.

Can you fix that? And please add the ability to pass along arbitrary
arguments after some terminator like "--" (see previous request).

[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
If you make people think they're thinking, they'll love you;
but if you really make them think, they'll hate you. -- Don Marquis