Guide
Console
Tour
Words
Stack
Word-types
Data-types
Structures
Scopes
GUI-Toolkit-Tk
Tcl-Literature
Engine
Objecttypes
Compiler
Applications
Postfix

Applications

Share TclForth applications as a package to load into an existing tcl run time system. TclForth itself provides an example.

Add your source files to the source directory and adapt the load file tfmain.tcl

For distribution store the full source in [starpacks](http://wiki.tcl.tk/3663).

### Source Files & Starpacks

Usually a starpack contains every part of the application including the source files. In TclForth the source files are handled externally, as they also serve as system documentation. And let us update the TclForth system without the hassle of unpacking and repacking the starpacks.

| File | Description |
| :----------- | :---------- |
| compiler.tcl | Converts Forth definitions to Tcl procedures |
| forth.fth | Defines the standard Forth words |
| tk.fth | A Forth interface to Tk |
| console.fth | The Forth console |
| tfmain.tcl | The load file for TclForth |