File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,9 @@ documentation. Python's binary releases also ship an add-on module
3939together with it.
4040
4141Tcl
42- Like Python, Tcl is a dynamic interpreted programming language. It is most
43- commonly used by C applications to embed a scripting language, or as an
42+ Tcl is a dynamic interpreted programming language, just like Python. Though
43+ it can be used on its own as a general-purpose programming language, it is
44+ most commonly embedded into C applications as a scripting engine or an
4445 interface to the Tk toolkit. The Tcl library has a C interface to
4546 create and manage one or more instances of a Tcl interpreter, run Tcl
4647 commands and scripts in those instances, and add custom commands
You can’t perform that action at this time.
0 commit comments