Hi Thomas,
a log of the input (without the responses from APL) is contained in the
.apl.history
file created by readline (length and position settable in the
preferences file).
For a mix of input and output you could use eg. xterm logging facility
(CTRL-left-mouse-button
and select "Log to file") or simply pipe into tee (with ]COLOR OFF) in
the shell:
apl | tee logfile
/// Jürgen
On 04/28/2014 05:18 PM, baruc...@gmx.com wrote:
On 04/28/2014 05:18 PM, baruc...@gmx.com wrote:
Hi, a nice thing in many interpreters of various languages or mathematical
software
is the ability of enabling/disabling a raw/text log of the current session; is
it
possible with GNU APL? I think it would be easy to implement if itsn't already
the
case. Regards,