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 @@ -36,8 +36,9 @@ Architecture
36
36
Tkinter provides a unified interface to several separate and distinct libraries.
37
37
38
38
Tcl
39
- Like Python, Tcl is a dynamic interpreted programming language. It is most
40
- commonly used by C applications to embed a scripting language, or as an
39
+ Tcl is a dynamic interpreted programming language, just like Python. Though
40
+ it can be used on its own as a general-purpose programming language, it is
41
+ most commonly embedded into C applications as a scripting engine or an
41
42
interface to the Tk toolkit. The Tcl library has a C interface to
42
43
create and manage one or more instances of a Tcl interpreter, run Tcl
43
44
commands and scripts in those instances, and add custom commands
You can’t perform that action at this time.
0 commit comments