Re: [Tutor] new on the list

2008-02-28 Thread bhaaluu
On Thu, Feb 28, 2008 at 4:51 AM, Alan Gauld <[EMAIL PROTECTED]> wrote: > <[EMAIL PROTECTED]> wrote > > > (I wrote these using a simple text editor that I made with Tcl, > > too, http://www.linguasos.org/tcltext.html ) > > Fine but it will be easier to use a syntax aware full featured > editor

Re: [Tutor] new on the list

2008-02-28 Thread Kent Johnson
[EMAIL PROTECTED] wrote: > Hi, > > I'm Tony. I'm a translator. > This is my first post to this list. Welcome! > tcl.tk makes > it easy to build a gui, as easy as writing html, really). Python has a version of tk also, called Tkinter. You might want to learn about it: http://docs.python.org/l

Re: [Tutor] new on the list

2008-02-28 Thread Alan Gauld
<[EMAIL PROTECTED]> wrote > This is my first post to this list. Welcome Tony. > I started learning to write bash scripts in November, first, > and started learning Tcl in January Good starts, although Python is a little different to Tcl its generally easier to read. But their capabilities are

[Tutor] new on the list

2008-02-27 Thread tonytraductor
Hi, I'm Tony. I'm a translator. This is my first post to this list. I've been using Linux, pretty well exclusively, for about 8 years, but I never got under the hood more than learning the shell basics to do basic stuff that I needed to do, manipulating config files. (Although I did recently mak