prevnext "Tcl Features Overview
" ?>
- Easy, Flexible
- Tcl is easy to learn, it has a very simple syntax. It's
also very flexible, allowing you to mold it to your needs.
- Extensible, Embeddable
-
You can extend Tcl in many ways, both in Tcl and in C, or
embed it directly in your applications.
- Powerful, Lightweight
- Tcl does many things, easily, and has a small core.
- Multiplatform, Free
- Tcl runs on UNIX, Windows and Mac OS. Tcl is distributed under a BSD license.
- Tk toolkit
- Seperate from Tcl, althought it was also developed by
Ousterhout, and very well integrated with Tcl.