One feature of Tcl is very handy when building prototypes: executing Tcl source that resides in some file. For example:
% source tcltest.tclwill execute the Tcl commands contained in the file
tcltest.tcl
.
Putting separate parts of a prototype in seperate sourcefiles will make your
project very flexible.