On Thu, Apr 26, 2001 at 04:36:30PM -0500, Rob Mayoff wrote:
  :: snip ::
>     % set showDate [clock format "$intDate" -format "%a%m/%d"]
  :: snip ::
> However, that uses a lot of quotes that may end up creating extra
> objects in the interpreter, wasting time and memory. This is better
> style:
  :: snip ::
>     % set showDate [clock format $intDate -format "%a%m/%d"]

What is a good place to learn proper TCL style and coding for performance?

Reply via email to