Re: big newb needing a hand



This is exactly what I needed. Thanks a lot everyone for the help!

Michael Schlenker wrote:
idonthaveit@xxxxxxxxx schrieb:
Hi all. Let me preface by stating that I'm not a programmer. I just
have some code left behind here by my predecessor. I have had to
change the code a bit, and now I want to compile it. Is there some
sort of stand alone tcl compiler that I can use? I really don't have a
clue as to how to go about this, so if there is something really simple
out there that I can use, I would love it. Thanks in advance for any
help that you can provide.

Basically Tcl code usually isn't compiled, it is an interpreted language
which is run by an interpreter.

You may want to read:
http://wiki.tcl.tk/11483

If you think "compile" means that you turn a script.tcl into an
script.exe or something like that (e.g. create a single file
executable), you may be interested in these pages:

http://wiki.tcl.tk/tclkit
http://wiki.tcl.tk/freewrap

Michael

.



Relevant Pages

  • Re: Language rewrite - any success stories?
    ... to compile, fixed my typo, successfully compiled, started the game, and ... do it instantly without disturbing the game world. ... Interactive development isn't something unique to interpreted ... an interpreted language. ...
    (rec.games.roguelike.development)
  • Re: What is the point of octave? (And its presumed buddy, MatLab)
    ... > a programming error, rather than at compile time. ... > more often in an interpreted language than in Fortran 95 using MODULEs ... Matlab can do this. ...
    (sci.math.symbolic)
  • Re: what hardware config to get for doing sw development
    ... slow monstrous software being released. ... If I had a couple extra systems kicking around to do the compile ... One of the languages I used to use was an interpreted language that ... grid running faster in the interpreter than the previous version had run ...
    (comp.sys.mac.system)
  • Re: big newb needing a hand
    ... have some code left behind here by my predecessor. ... and now I want to compile it. ... sort of stand alone tcl compiler that I can use? ... Basically Tcl code usually isn't compiled, it is an interpreted language ...
    (comp.lang.tcl)
  • MAT Lab Compiler Error
    ... I have problem compiling some old MatLab code with MatLab. ... I inherited this code from my predecessor and I know the ... If I compile it into standalone application it all works ... Each MatLab function that uses the same ...
    (comp.soft-sys.matlab)

Loading