When you have installed Tcl, the program you will then call to
utilize it is tclsh
. For instance,
if you write some code to a file "hello.tcl", and you want to
execute it, you would do it like so: tclsh hello.tcl
.
TODO: readline, or lack thereof, and how to get around it -> tkcon.