Developer's Daily DevDirectory
  main | apple | java | perl | unix | dev directory | web log
 
 
 
devdaily.com directory : TclTk : Articles and Tutorials : Articles


Links
  • Faster Command Evaluation - Tcl8 is much faster than Tcl7 for most things, but when you start to sling about large lists, something where it should excel, it starts to have trouble with the strain. This code helps solve that problem.
  • Huge Tcl/Tk Tip List - A huge resource area with over 140 in depth tips to improvin gyour programming ability using Tcl/Tk.
  • PosiTcl - Attempts to present some facts about Tcl/Tk, and to bring across what people using it consider the essence (the Zen) of this scripting language and tool.
  • Redesigning Tcl-DP - This paper describes the new features of Tcl-DP 4.0, its architecture and implementation, and problems weencountered with Tcls new I/O system.
  • Regular Expression Features in Tcl 8.1 - Tcl 8.1 now handles advanced regular expressions. This document gives an overview of the many new features and notes the few areas where existing scripts may need to be modified.
  • Safe-Tcl - Safe-Tcl is a mechanism that initializes a Tcl interpreter to a safe subset of Tcl commands so that Tcl scripts cannot harm their hosting machine or application.
  • Scripting: Higher Level Programming - John K. Ousterhout explains how increases in computer speed and changes in the application mix are making scripting languages like Tcl more and more important for applications of the future.
  • Selected Topics in Tcl/Tk - This article covers several topics in Tcl/Tk programming, including default arguments, option database, tk internal code, etc.
  • Tcl Top 10 - This page gives the top ten reasons why people use the Tclscripting language.
  • The Tcl War - This provides a synopsis of the postings triggered by Richard Stallman's "Why you should not use Tcl" article.
  • Thoughts on the Future of Tcl - Paul Duffin discusses his ideas concerning the future of Tcl programming and the styles and conventions he feels should be adopted.
  • Upvar and Uplevel - Article that teaches you what upvar and uplevel are and how to use them.