This directory contains course materials for a one-day Tcl/Tk short
course that John Ousterhout has given over the last few years.  The
course consists of five talks:

over -		An overview to introduce the main ideas of Tcl and Tk
		and show how all the pieces fit together.
tcl -		An introduction to writing Tcl scripts.  This talk
		doesn't consider Tk or any specific Tcl applications,
		just the language syntax and built-in commands.
tk -		A description of how to create user interfaces by writing
		Tcl scripts that use Tk's facilities in addition to the
		built-in Tcl commands.
tclc -		This talk describes how to write new Tcl-based applications
		in C, using the C interfaces provided by Tcl to create
		interpreters, execute scripts, and add new commands.

For each talk there are three files in this directory:

1. A Postscript file (extension ".ps").  The file is in color so it will
generate particularly nice slides on color printers, but it should also
print OK on black-and-white Postscript printers.

2. Another Postscript file, with a name that ends in ".2up.ps".  This
is the same as the first Postscript file except it's in "2-up" format
(2 slides per page, reduced in size) and is mostly monochrome rather
than color.

3. The PowerPoint source for the talk, in a file with a name ending
in ".ppt".

There are no restrictions on usage for any of this material.  You're welcome
to do anything you like with it:  give talks, modify them, send them to
your friends (and enemies), and so on.
