home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SLAKTEST / TCL2 / DISKTCL2 < prev    next >
Encoding:
Text File  |  1995-04-20  |  1.4 KB  |  35 lines

  1. CONTENTS: blt itcl tclx 
  2. blt:      ! This is the version 1.7 release of the blt library.  It is an
  3. blt:      extension to Tk toolkit (it requires no patching of the Tcl
  4. blt:      or Tk libraries).
  5. blt:
  6. blt:
  7. blt:
  8. blt:
  9. blt:
  10. blt:
  11. blt:
  12. blt:
  13. itcl:     ! [incr Tcl] - version 1.5
  14. itcl: 
  15. itcl:     [incr Tcl] adds object-oriented programming facilities to Tcl.  It
  16. itcl:     was NOT designed as yet another whiz-bang object-oriented programming
  17. itcl:     language; indeed, it is patterned somewhat after C++.  It was designed
  18. itcl:     to support more structured programming in Tcl.  Scripts that grow
  19. itcl:     beyond a few thousand lines become extremely difficult to maintain.
  20. itcl:     [incr Tcl] attacks this problem in the same way that any object-
  21. itcl:     oriented programming language would, by providing mechanisms for
  22. itcl:     data encapsulation behind well-defined interfaces.
  23. itcl: 
  24. tclx:     ! TclX - Extended Tcl: Extended command set for Tcl (v. 7.3b)
  25. tclx:
  26. tclx:     Extended Tcl is a superset of standard Tcl and is built alongside the
  27. tclx:     standard Tcl sources. Extended Tcl has three basic functional areas: 
  28. tclx:     A set of new commands, a Tcl shell (i.e. a Unix shell-style command 
  29. tclx:     line and interactive environment), and a user-extensible library of
  30. tclx:     useful Tcl procedures, any of which can be automatically loaded on the
  31. tclx:     first attempt to execute it.
  32. tclx:
  33. tclx:
  34. tclx:
  35.