[Starkit] Tclkit/tclsh difference

ross ntcross at 046.ru
Wed Nov 9 16:26:27 CET 2005


Hello.

I've noticed this difference between *tclkit* and *tclsh* (at least on
Linux and Windows):

This is from Linux (on windows -encoding reported by *tclkit* is also
identity).

*tclkit*:
% encoding system
koi8-r
% fconfigure stdin
-blocking 1 -buffering line -buffersize 4096 -encoding identity
-eofchar {} -translation auto -mode 38400,n,8,1 -xchar { }
% fconfigure stdout
-blocking 1 -buffering line -buffersize 4096 -encoding identity
-eofchar {} -translation crlf -mode 38400,n,8,1 -xchar { }
% fconfigure stderr
-blocking 1 -buffering none -buffersize 4096 -encoding identity
-eofchar {} -translation crlf -mode 38400,n,8,1 -xchar { }

*tclsh*:
% fconfigure stdin
-blocking 1 -buffering line -buffersize 4096 -encoding koi8-r -eofchar
{} -translation auto -mode 38400,n,8,1 -xchar { }
% fconfigure stdout
-blocking 1 -buffering line -buffersize 4096 -encoding koi8-r -eofchar
{} -translation crlf -mode 38400,n,8,1 -xchar { }
% fconfigure stderr
        -blocking 1 -buffering none -buffersize 4096 -encoding koi8-r
-eofchar {} -translation crlf -mode 38400,n,8,1 -xchar { }

Also, see the "difference between *tclkit* and *tclsh"* 
<http://groups.google.ru/group/comp.lang.tcl/browse_thread/thread/ba74f4fef7bdb12a/6f51fde1a6f63766?q=tclkit+tclsh&rnum=2#6f51fde1a6f63766>
thread in comp.lang.tcl

<http://groups.google.ru/group/comp.lang.tcl/post?inreplyto=6f51fde1a6f63766&_done=%2Fgroup%2Fcomp.lang.tcl%2Fbrowse_thread%2Fthread%2Fba74f4fef7bdb12a%2F6f51fde1a6f63766%3Fq%3Dtclkit+tclsh%26rnum%3D2%26&> 
<http://groups.google.ru/group/comp.lang.tcl/post?inreplyto=6f51fde1a6f63766&_done=%2Fgroup%2Fcomp.lang.tcl%2Fbrowse_thread%2Fthread%2Fba74f4fef7bdb12a%2F6f51fde1a6f63766%3Fq%3Dtclkit+tclsh%26rnum%3D2%26&>


More information about the Starkit mailing list