Re: [Tutor] OT, Tcl & Python

2005-07-19 Thread Luis N
On 7/16/05, Alan G <[EMAIL PROTECTED]> wrote: > I was wondering if someone knowledgeable of both Tcl and Python could suggest whether it would   > be a good or a bad idea to write a Python/Tk application, with the motive to rewrite the application in > Tcl/TkOooh that's a tough one, it would depend

Re: [Tutor] OT, Tcl & Python

2005-07-18 Thread Alan G
> Why do not do this entirely in Python ? The answer is in the original post: >> > past. My motivation is the greater ease of deployment across >> > systems >> > that Tcl seems to offer, with Starkits and Starpacks, >> > cumbersome. A typical GUI app is approximately 5 MB in python, >> > distr

Re: [Tutor] OT, Tcl & Python

2005-07-17 Thread Danny Yoo
> Tcl is a fun language with a wholeheap of interesting concepts new to > Python programmers. So its definitely worth looking at - and its nearly > always more compact than Python too. Alan Greenspun, author of one of my favorite web-development books "Philip and Alex's Guide to Web Publishing", a

Re: [Tutor] OT, Tcl & Python

2005-07-17 Thread ralobao
Why do not do this entirely in Python ? Em Seg, 2005-07-18 às 02:00 +0200, Andreas Kostyrka escreveu: > Am Samstag, den 16.07.2005, 01:19 -0700 schrieb Luis N: > > Hi, > > > > I was wondering if someone knowledgeable of both Tcl and Python could > > suggest whether it would be a good or a bad id

Re: [Tutor] OT, Tcl & Python

2005-07-17 Thread Andreas Kostyrka
Am Samstag, den 16.07.2005, 01:19 -0700 schrieb Luis N: > Hi, > > I was wondering if someone knowledgeable of both Tcl and Python could > suggest whether it would be a good or a bad idea to write a Python/Tk > application, with the motive to rewrite the application in Tcl/Tk once > completed. My r

Re: [Tutor] OT, Tcl & Python

2005-07-16 Thread Alan G
> I was wondering if someone knowledgeable of both Tcl and Python > could > suggest whether it would be a good or a bad idea to write a > Python/Tk > application, with the motive to rewrite the application in Tcl/Tk Oooh that's a tough one, it would depend on the program. Python is a very differ

[Tutor] OT, Tcl & Python

2005-07-16 Thread Luis N
Hi, I was wondering if someone knowledgeable of both Tcl and Python could suggest whether it would be a good or a bad idea to write a Python/Tk application, with the motive to rewrite the application in Tcl/Tk once completed. My reason for considering this route is that I have never written a sing