6abd446168
The Tcl extension provides a small but complete interface into libtcl and any other Tcl-based library. It lets you create Tcl interpreters (as perl5 objects), bind in commands to them (either perl subroutines or C functions dynamically loaded with the DynaLoader extension) and execute Tcl code in those interpreters. ok sthen@
6 lines
318 B
Plaintext
6 lines
318 B
Plaintext
The Tcl extension provides a small but complete interface into libtcl
|
|
and any other Tcl-based library. It lets you create Tcl interpreters
|
|
(as perl5 objects), bind in commands to them (either perl subroutines
|
|
or C functions dynamically loaded with the DynaLoader extension) and
|
|
execute Tcl code in those interpreters.
|