|
|
|
|
|
by jeffh
5123 days ago
|
|
While it was a disaster, the current Tcl package implementation surpasses many other languages. It's possible to have multiple versions installed and have different runtimes choose a version they want. The biggest advantage though is binary version independence through stubs (http://wiki.tcl.tk/stubs). Compile a binary package for 8.x, it will work in 8.y where y >= x. |
|
One thing it did have was very easy to write C plugins because everything is a string