Version 4 of Advanced Tcl

Updated 2002-01-28 15:01:18

For those programmers who are beyond Beginning Tcl, and would really like to exploit some of the power of the Tcl language and/or the Tk Toolkit, here is a list of pages describing some advanced concepts.

This is a grab bag of new ideas that you might one day find useful. It isn't indexed to help you solve specific problems. Just read through it for ideas. Come back later for a refresher when you want to try them out.

RWT


Tcl Concepts


Tk Concepts


Interfacing to C

  • Erm. We need some pages here on this vast and underdocumented topic... - DKF
  • Pointer clean-up! - PSE
  • Blessed Tcl_Obj Values, or how to make that struct full of pointers be passable through Tcl while guaranteeing that no loose references can be generated - DKF

Other topics