Multithreaded Tcl Interp Initialization
Problem: Interps created throughout the lifetime of a a multithreaded application which include (almost) the same state (commands, procedures, etc.)
One solution could be the “package” interface of Tcl 8.2 for lazy, per-interp initialization