Zum Inhalt

Bytecompile your TclTk-Script

If your want to protect your source code of your tcl App, you can byte-compile it with tclexecomp.

tclexecomp64 -compile <app.tcl>

It will result in an file app.tbc which is the byte-compiled version of your App.