Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Compiler for TCL

Status
Not open for further replies.

lakshmivaragan

Programmer
Sep 30, 2003
25
IN
Hi there,
I understand that TCL scripts can be compiled using "procomp" command of tclpro. Is compilation option only available in tclpro ? If not, is there any package available for compiling tcl scripts ?

Regs
Lakshmivaragan
 
I'm assuming that you already know that the "compilation" provided by TclPro Compiler (as well as the commercial version provided by ActiveState), provide only source code obfuscation, not true compilation to machine-executable code. If you really are interested in compilation to some binary format, I suggest you go to the Tcl'ers Wiki ( and do some reading, perhaps starting with the page "How can I compile Tcl type scripts into binary code," as well as following the links provided there.

As for other obfuscation mechanisms, there aren't really any other packages or tools that do quite the same thing for Tcl code. All I can suggest is that you look at the Wiki page "source protection," for more ideas.

- Ken Jones, President, ken@avia-training.com
Avia Training and Consulting, 866-TCL-HELP (866-825-4357) US Toll free
415-643-8692 Voice
415-643-8697 Fax
 
Thanx for the reply.
And yeah, I know that procomp command of TclPro provides only source code obfuscation. I want to know whether any other commands similar to "procomp" are available in standard TCL/TK editions

Regs
Laks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top