interp(n) | Interpreter utilities | interp(n) |
interp - Interp creation and aliasing
package require Tcl 8.3
package require interp ?0.1.1?
::interp::createEmpty ?path?
::interp::snitLink path methodlist
::interp::snitDictLink path methoddict
This package provides a number of commands for the convenient creation of Tcl interpreters for highly restricted execution.
If a path is specified then it is taken as the name of the new interpreter.
It extends the interpreter specified by path with aliases for all methods found in the methodlist, with the alias directing execution to the same-named method of the snit object invoking this command. Each element of methodlist is actually interpreted as a command prefix, with the first word of each prefix the name of the method to link to.
The result of the command is the empty string.
The result of the command is the empty string.
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category interp of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation.
alias, empty interpreter, interpreter, method, snit
Programming tools
Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net>
0.1.1 | interp |