|  | TclTutor -- REV 3.0 Beta 7  Information about Tcl/Tk Training sessions from
   Noumena Corporation | 
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.
TclTutor has been around for over a decade now. It's mostly stable. To make up for that I rework the GUI every few years. This code has been tested on BSD/OS, Linux, MS-Windows, and Macintosh. If it provides you with a surprise, please let me know.
TclTutor is now provided as a StarPack. This means you don't need to have Tcl/Tk installed on your computer to run the tutorial, and installation is much simpler.
This version of TclTutor has a completely rewritten engine.
New features/bug fixes include
 
TclTutor is available in 5 formats:
 
To install TclTutor follow the instructions appropriate to
your platform:
 
 
 
To install this version of TclTutor:
 
 
To install this version of TclTutor:
 
     
       
       
       
 
     
       
       
       
 
You can run TclTutor as a Tclkit package if you have Tclkit installed
on your system.  Tclkit is a single-executable version of the Tcl/Wish
installation.  You can find many Tclkits 
at Jean Claude Wippler's site
     
    Put the .kit file and hte Tclkit you downloaded someplace safe.
    Run TclTutor as some variant of  
If all else fails, you can download the sources and run with your
installed  
Tar will create a  
     
   
       
   
  If the installation directory is not in your search path, you'll need to
  change to the installation directory to run  
  If all else fails, you can run TclTutor by changing to the TclTutor 
  directory and running  
 
 
 
Installing TclTutor 
![[go to top]](images/up2.gif) Starpack for Windows
 Starpack for Windows
  
    You can use your browser to transfer TclTutor to your
    hard drive by clicking here.
  ![[go to top]](images/up2.gif) Starpack for Linux X86 32 Bit or 64 Bit.
 Starpack for Linux X86 32 Bit or 64 Bit.
  
    You can use your browser to transfer TclTutor to your
    hard drive by clicking here (for 32 bit
    CPU) or here (for 64 bit CPU).
  
 
  gunzip tcltutor30b7.gz
  ![[go to top]](images/up2.gif) A zipped application bundle for PowerPC Macintosh
 A zipped application bundle for PowerPC Macintosh  
  
    You can use your browser to transfer TclTutor to your
    Desktop by clicking 
    here for the zip file.
  
    
   This will unpack TclTutor, and create a new icon on your desktop.
  ![[go to top]](images/up2.gif) A zipped application bundle for x86 Macintosh
 A zipped application bundle for x86 Macintosh  
  
    You can use your browser to transfer TclTutor to your
    Desktop by clicking 
    here for the zip file.
  
    
   This will unpack TclTutor, and create a new icon on your desktop.
  ![[go to top]](images/up2.gif) TclKit for other architectures.
 TclKit for other architectures.
  
    You can use your browser to transfer TclTutor to your
    hard drive by clicking here.
  tclkit tcltutor30b7.kit
![[go to top]](images/up2.gif) Gzipped Tar archive for any system.
 Gzipped Tar archive for any system.
wish application.
This file can be extracted with gunzip and tar.
TclTutor directory for the program and
lesson files.  TclTutor.tcl can be executed from that directory.
  
    You can use your browser to transfer TclTutor to your
    hard drive by clicking here.
  gunzip -c tcltutor30b7.tgz | tar -xvf - 
  TclTutor.tcl into
  is in your search path, you can run 
  TclTutor by typing TclTutor.tcl at your shell prompt.
  TclTutor.tcl.
  wish TclTutor.tcl.
![[go to top]](images/up2.gif) 
Downloading Tcltutor and related programs
  
 
Return to Clif Flynt's 
 Home Page
Visit the Noumena Corporation 
 Home Page
 Send me mail