<br>On Thu, Jul 16, 2009 at 12:28 AM, Juan Jose Garcia-Ripoll <span dir="ltr"><<a href="mailto:juanjose.garciaripoll@googlemail.com">juanjose.garciaripoll@googlemail.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Tue, Jul 14, 2009 at 8:50 AM, Greg Santucci<<a href="mailto:thecodewitch@gmail.com">thecodewitch@gmail.com</a>> wrote:<br>

> After stepping through a tonne of ecl code, I came across the function<br>
> static cl_object L6trace_print() in trace.c. After stepping through it, I<br>
> thought it might be interesting to try overriding the *trace-output* symbol.<br>
> After adding this line to init.lisp, traces now go through my callbacks!!<br>
><br>
> (setq *trace-output* (two-way-stream-output-stream *terminal-io*))<br>
><br>
> I *really* wish this was documented somewhere.<br>
<br>
</div>We try to minimize redundancies w.r.t. the ansi specification. The<br>
list of streams initially bound by the Common Lisp environment is<br>
here:<br>
<br>
<a href="http://www.lispworks.com/documentation/lw50/CLHS/Body/c_stream.htm" target="_blank">http://www.lispworks.com/documentation/lw50/CLHS/Body/c_stream.htm</a><br>
<br>
including more or less default values and expected behavior.<br>
<br>
Juanjo</blockquote><div><br>Thank you for that. From looking at the EclGui code, it seems that in
an earlier version of ECL all the streams were lumped into *error-output*.
After overriding the *standard-output* symbol as well, I now have a
very functional repl in my app, and the (load) command now works. I am
very grateful for ECL - I think using it as a scripting language with a
live repl in my app will be an excellent way for me to learn and
practice lisp. Over time, it can assume more and more of the
functionality of the app, until the C++ becomes a backend.<br>
<br>
ECL is fantastic, and I appreciate the time and energy you are taking to answer my questions.<br>
<br>
Regards,<br>
Greg<br><br></div></div>