POV-Ray : Newsgroups : povray.binaries.images : Doctor John - FieldCam conundrum : Re: Doctor John - FieldCam conundrum Server Time
19 Apr 2024 01:30:40 EDT (-0400)
  Re: Doctor John - FieldCam conundrum  
From: jr
Date: 17 Nov 2020 05:30:01
Message: <web.5fb3a61aed460f77a8a81eb0@news.povray.org>
just to correct some poor writing.


"jr" <cre### [at] gmailcom> wrote:
> Thomas de Groot <tho### [at] degrootorg> wrote:
> > ...
> > Frankly, I do not know what to do with this ;-}  A file with a .tk
> > extension... what program runs this?
>
> the language is Tcl/Tk.

the language is 'Tcl', short for tool command language.  'Tk' is short for
toolkit, essentially a bag of Tcl commands which provide the graphical (UI)
elements like buttons.

non-graphical stuff gets run/executed by 'tclsh' -- the Tcl shell, while UI
stuff gets executed by the 'wish' program -- the windowing shell.

> back when I used to use ActiveState's stuff on Windows,
> from: <https://www.activestate.com/products/tcl/>
>
> (then only one other thing needed - rename the script to a .tcl extension
> because that's what MS Windows looks for)  hth.

most people use '.tcl' as extension for both UI and terminal-only scripts (I
don't).  after a default installation, any 'something.tcl' can be double-clicked
to run (and you will probably never notice any difference to a compiled s/ware).


regards, jr.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.