Re: Tcl bytecode



With TclDevKit ($$) you can save bytecodes to a file (and load them
with tbcload). However, their purpose is to obfuscate code, and
loading them is slower than parsing genuine Tcl source files :)
For open source, I find it most suitable that scripts are openly
readable, and editable in case of problems.

.