Version 8 of Highlights of Tcl 8.6

Updated 2012-12-19 18:40:04 by dgp

Using this page to "crowd-source" some text for http://www.tcl.tk/software/tcltk/8.6.html .

Object Oriented Programming

The commands of the TclOO package are now part of Tcl itself. This gives Tcl a built-in object system that is fully dynamic, class-based, and includes advanced features such as meta-classes, filters, and mixins.

New version 4 of the popular package Itcl (aka incr Tcl) is also included, granting support for some traditional OO Tcl programming out of the box as well.

Stackless Evaluation

Enhanced Exceptions

Batteries Included

Thread-enabled Operations

Database Powered

IPv6 Networking

Built-in Zlib Compression

List Processing

New commands lmap and dict map enable the elegant expression of transformations over Tcl containers.

Stacked Channels by Script

New commands chan push and chan pop expose the power of stacked channels without the need to write C code.

Other New Features