procomp, a component of
TclPro, is a compiler/obfuscator tool (for
source protection).
See Also edit
- TclPro
- information about the larger system, including where to find the free license keys that are available since licensing switch to open-source, building, etc.
- tclcompiler
- the anlagous component in Tcl Dev Kit
Description edit
Software "compiled" by this application is not, in general, faster than software not so compiled. While called a
compiler, the function performed is more intended to provide a slight deterrent to application users who might inadvertently (or intentionally) modify an application when that is not desired.
question: If I have a Tcl program that in script form can run on any platform, and then I build it with procomp, am I able to execute the resulting file on any platform?
The files generated by this tool can be loaded by the package
tbcload.