TCL/Tk
Index: Requirements
Problems Companies
Platforms Languages
Software Research
  - X11 scripting language / user interface toolkit, for Unix.
  
 - Ported to MacOS and Windows
95. 
  
 - TCL is essentially a string based language. 
  
 - Very simple, somewhat anemic, very well designed for what it is, cleanly
written, and an excellent coding example of ANSI C. 
  
 - TCL makes it easy to plug in C code to the language. 
  
 - TCL uses meta-data to access structure automatically. 
  
 - Tk toolkit has a widget framework that you can extend.