Right now I've using a package that redefines [file] to add the home subcommand.
Then: source ~/src/tcl/xx
becomes: source [file join [file home] src/tcl/xx]
which works in Tcl8 and 9
Is there a simpler way to replace ~/ in code that needs to run under Tcl8 and Tcl9 ?