Category:Tcl: Difference between revisions

Content added Content deleted
(initial go at giving language features; more may be needed)
(Indicate supported programming paradigms)
Line 1: Line 1:
{{language|Tcl|expression=dynamic|compat=duck|checking=dynamic|parampass=value|safety=safe}}
{{language|Tcl|expression=dynamic|compat=duck|checking=dynamic|parampass=value|safety=safe}}
{{language programming paradigm|Imperative}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Event-driven}}
{{language programming paradigm|Reflective}}
{{language programming paradigm|Concurrent}}

'''Tcl''' (short for '''T'''ool '''C'''ommand '''L'''anguage) is a scripting language with very simple syntax, dynamic typing, automatic storage allocation and [[garbage collection]] and native Unicode support. '''Tcl''' is often combined with the [[Tk]] library. As a result, it is often referred to as '''Tcl/Tk'''.
'''Tcl''' (short for '''T'''ool '''C'''ommand '''L'''anguage) is a scripting language with very simple syntax, dynamic typing, automatic storage allocation and [[garbage collection]] and native Unicode support. '''Tcl''' is often combined with the [[Tk]] library. As a result, it is often referred to as '''Tcl/Tk'''.