Category:Tcl: Difference between revisions

Content deleted Content added
Indicate supported programming paradigms
Tcl is supported by codepad...
Line 5:
{{language programming paradigm|Reflective}}
{{language programming paradigm|Concurrent}}
{{Codepad}}
 
'''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'''.