old-www/HOWTO/Scripting-GUI-TclTk/further.html

177 lines
3.2 KiB
HTML

<HTML
><HEAD
><TITLE
>Further Reading</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Scripting Graphical Commands with Tcl/Tk Mini-HOWTO"
HREF="index.html"><LINK
REL="PREVIOUS"
TITLE="Conclusions"
HREF="concl.html"><LINK
REL="NEXT"
TITLE="About the Author"
HREF="about.html"></HEAD
><BODY
CLASS="sect1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Scripting Graphical Commands with Tcl/Tk Mini-HOWTO</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="concl.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
></TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="about.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="sect1"
><H1
CLASS="sect1"
><A
NAME="further"
></A
>6. Further Reading</H1
><P
>Readers interested in learning more about Tcl and Tk are encouraged to followup this article with some of the resources listed below:</P
><P
></P
><OL
TYPE="1"
><LI
><P
>&#13; Tcl comes with an excellent online manual system. Tcl and the Tcl shell, tclsh, are described with "man Tcl" and "man tclsh" respectively. All commands that are part of the Tcl base environment are described in the "n" section of the manual. Readers interested in learning more about optional parameters to Tcl commands are encouraged to make use of the "options" man page.
</P
></LI
><LI
><P
>&#13; John Ousterhaut's "Tcl and the Tk Toolkit" is in its 14th printing, and remains a classic programming text. In addition to providing the basics of Tcl and Tk scripting, "Tcl and the Tk Toolkit" also provides a great deal of information about how to extend Tcl and Tk in the C programming language.
</P
></LI
><LI
><P
>&#13; Brent Welch's "Practical Programming in Tcl and Tk" is now in its fourth edition and is a very supplementary good reference to the Ousterhaut book.
</P
></LI
><LI
><P
>&#13; comp.os.lang.tcl is the primary newsgroup for people using Tcl and Tk.
</P
></LI
><LI
><P
>&#13; Scriptics.com is the primary online resource for the Tcl/Tk developer community.
</P
></LI
><LI
><P
>&#13; Cameron Laird maintains an excellent online resource of Tcl and Tk tutorials at <A
HREF="http://phaseit.net/claird/comp.lang.tcl/tcl_tutorials.html"
TARGET="_top"
>http://phaseit.net/claird/comp.lang.tcl/tcl_tutorials.html.</A
>
</P
></LI
></OL
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="concl.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="about.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Conclusions</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
>&nbsp;</TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>About the Author</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>