tcl/tk compiler

Roger Oberholtzer roger
Mon May 17 11:57:21 PDT 2004


The compiler is a byte-code compiler. Mainly meant for speed. However,
one benefit of the Sun days with Tcl was a JIT compiler. All procs are
compiled when sources (read). So, they are 'fast' when executes. The
binary is platform independent,so you can compile and distribute the
bytecodes. I do not know anyone who does. It does not sort out the
details of all the rest needed to get an app installed.

We make our own packages (on Windows with Inno - an open source Windows
installer that is really great, and on Linux/UNIX with RPMs and our own
install wrapper written in Tk)

The Tcl installer

Be sure to check out

		http://www.tcl.tk

especially

		http://resource.tck.tk/resource/


The wrapper/installer is in there somewhere!

On Thu, 2003-12-25 at 21:W25, Joel Hammer wrote:
> I have found a compiler in the Activp://e Tcl distribution.
> Is this what you are referring to ?
> BTW, the compiler (bytecode only) and the  application producer look complicated.
> I was hoping for a simple solution.
> 
> I can't find the installer.
> 
> Joel
> gounOn Thu, Dec 25, 2003 at 04:32:33PM +0100, Roger Oberholtzer wrote:
> > Don't look at the compiler. It is not what you are expecting. There is a
> > Tcl installer that will package your stuff and all needed Tcl stuff in
> > one nice neat installer. Nothing more to add. I forget the exact name,
> > but it is an installer. If you do not find it, I can look.
> > 
> > 
> > On Wed, 2003-12-24 at 19:40, Joel Hammer wrote:
> > > Has anyone experience with the tcl/tk compiler?
> > > 
> > > I would like to have a program I can just install on a computer and let
> > > it run, without having to worry about installing interpreters or various
> > > libraries on the target computer to help out the program.
> > > 
> > > Will a compiled tcl/tk script do this?
> > > 
> > > Thanks,
> > > 
> > > Joel
> > > 
> > > _______________________________________________
> > > Linux-users mailing list
> > > Linux-users at smtp.linux-sxs.org
> > > Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users
> > 
> > _______________________________________________
> > Linux-users mailing list
> > Linux-users at smtp.linux-sxs.org
> > Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users
> _______________________________________________
> Linux-users mailing list
> Linux-users at smtp.linux-sxs.org
> Unsubscribe/Suspend/Etc -> http://smtp.linux-sxs.org/mailman/listinfo/linux-users
> 



More information about the Linux-users mailing list