Why Tcl And Tk Are Good For Agents
 
 
First class scripts:
- Can generate on the fly (scripts write scripts).
 - Interpreted: eval.
 
Good glue language:
- Everything is a string.
 - Embeddable.
 - Easy access to files, other processes, etc.
 
High level: easier to port.