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
39
39
together with it.
40
40
41
41
Tcl
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
44
45
interface to the Tk toolkit. The Tcl library has a C interface to
45
46
create and manage one or more instances of a Tcl interpreter, run Tcl
46
47
commands and scripts in those instances, and add custom commands
You can’t perform that action at this time.
0 commit comments