Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Posted by
Paul
on 2004-11-08 03:05:09 UTC
Hi Jon
That's a little unfair towards tcl... Unlike many languages, tcl can be
extended by the addition of a number of libraries - For example, Tk provides
a range of widgets and containers ideally suited to creating graphical user
interfaces. Vtk extends the system even further by providing 3D manipulation
and rendering functions.
Agreed, the syntax may be a little odd if you are not use to the language, but
so is python or perl.. If you really want to, you could use C++ and call the
Tcl/Tk libraries directly...
Regards, Paul.
That's a little unfair towards tcl... Unlike many languages, tcl can be
extended by the addition of a number of libraries - For example, Tk provides
a range of widgets and containers ideally suited to creating graphical user
interfaces. Vtk extends the system even further by providing 3D manipulation
and rendering functions.
Agreed, the syntax may be a little odd if you are not use to the language, but
so is python or perl.. If you really want to, you could use C++ and call the
Tcl/Tk libraries directly...
Regards, Paul.
On Monday 08 November 2004 05:09, Jon Elson wrote:
> Tcl is a pretty strange and somewhat primitive language, and passing
> information
> between C++ and Tcl can sometimes be difficult to do.
--
irc channel for EMC users at irc.freenode.org
/join #emc
Pieces of seven! Pieces of seven! (Hrm, parroty error)
Discussion Thread
Alan Rothenbush
2004-11-07 15:16:21 UTC
EMC/Tcl Programming help
Paul
2004-11-07 16:27:33 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Jon Elson
2004-11-07 21:08:58 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Paul
2004-11-08 03:05:09 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Paul Amaranth
2004-11-08 04:26:44 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help
Jon Elson
2004-11-08 18:57:19 UTC
Re: [CAD_CAM_EDM_DRO] EMC/Tcl Programming help