TclTutor is a computer aided instruction package for learning the Tcl language. It consists of 47 lessons covering the basic Tcl commands, including the dict command.
The format of a TclTutor lesson is a short textual description of a command or concept and an interactive example. The lesson text is available in 3 levels of verbosity, "Expert", "Computer User", and "Beginner". The differing levels of verbosity provide a beginner with more information about computer terminology and general programming techniques, while allowing an experienced programmer to get just the minimal information that they need to start using a command. The expert level can be used as a reference tool after you've started using Tcl/Tk regularly.
The examples can be edited and re-run to experiment with how the command behaves.
Comments (1)