Re: File Descriptors

From: Cameron Laird (claird_at_lairds.us)
Date: 12/30/04


Date: Thu, 30 Dec 2004 19:08:03 GMT

In article <cr17aa$mj1$1@slavica.ukpost.com>,
Ian Bell <ruffrecords@yahoo.com> wrote:
                        .
                        .
                        .
>its approach to standard application issues. So IMHO Chapter 1 should
>include the following topics:
>
>Tcl program structure
>Namespaces
>Bytecode interpreter
>Error/Exception handling
>Strings and Numbers
>Tk event loop
>Resource Management
                        .
                        .
                        .
Wow! There are accomplished Tcl programmers who *never*,
as far as I can tell, think about bytecodes, the event loop
(it belongs to Tcl now, rather than being exclusive to Tk,
as was the case when the books you're reading were written),
resource management (in the sense of the "options
database"--that is what you mean, no?), or namespaces. I'm
stunned you want to start with them.

This gives me a lot to think over.