Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 53:12:53 |
Calls: | 422 |
Files: | 1,025 |
Messages: | 90,610 |
Are tclkits supported in tcl 9?
If so, where can I find a prebuilt windows binary tclkit for 9 so I can create my own starpacks.
I used to get the latest tclkits from Ashok's sourceforge page, but
alas, there are none there past 8.6.13 and Ashok has said no later
versions will be hosted there.
I also see that in his tcl programming language book version 2, tcl 9,
the chapter on tclkits is removed. Does this mean tclkits are not a part
of tcl 9?
If not, is there an equivalent functionality.
Are tclkits supported in tcl 9?
If so, where can I find a prebuilt windows binary tclkit for 9 so I can create my own starpacks.
I used to get the latest tclkits from Ashok's sourceforge page, but alas, there are none there past 8.6.13 and Ashok has said no later versions will be hosted there.
I also see that in his tcl programming language book version 2, tcl 9, the chapter on tclkits is removed. Does this mean tclkits are not a part of tcl 9?
If not, is there an equivalent functionality.
et99 <et99@rocketship1.me> posted:
Are tclkits supported in tcl 9?A Windows tcl 9 tclkit can be obtained from BAWT 3.0.1 Tcl 9.0.1 Batteries included (64 bit)
If so, where can I find a prebuilt windows binary tclkit for 9 so I can create my own starpacks.
I used to get the latest tclkits from Ashok's sourceforge page, but alas, there are none there past 8.6.13 and Ashok has said no later versions will be hosted there.
I also see that in his tcl programming language book version 2, tcl 9, the chapter on tclkits is removed. Does this mean tclkits are not a part of tcl 9?
If not, is there an equivalent functionality.
https://www.tcl3d.org/bawt/download/Tcl-BI/SetupTcl-BI-9.0.1-x64_Bawt-3.0.1.exe
The tclkit is in the bin directory within the install directory.
I suspect it’s the same for the 32 bit version
https://www.tcl3d.org/bawt/download/Tcl-BI/SetupTcl-BI-9.0.1-x86_Bawt-3.0.1.exe
Kind Regards
Jeff Smith
You do not need to download the complete Tcl-BI distribution.
Tclkits for all BAWT supported platforms are available in 1 file at https://www.tcl3d.org/bawt/preview.html#tclkits
Paul
Am 22.04.2025 um 04:01 schrieb et99:
Are tclkits supported in tcl 9?
The functionality is now build-in using the zipfs.
I don't know where the documentation is. A bit is on the migration notes: https://core.tcl-lang.org/tcl/wiki?name=Migrating+scripts+to+Tcl+9&p
I also see that in his tcl programming language book version 2, tcl 9,
the chapter on tclkits is removed. Does this mean tclkits are not a part
of tcl 9?
If not, is there an equivalent functionality.
You might find Section 25.3 in the second edition useful for single file deployment with Tcl 9.
Alternatively, for an illustrative script, see https://wiki.tcl-lang.org/page/Single+file+applications+in+Tcl+9
/Ashok
On 4/22/2025 7:31 AM, et99 wrote:
I also see that in his tcl programming language book version 2, tcl 9, the chapter on tclkits is removed. Does this mean tclkits are not a part of tcl 9?
If not, is there an equivalent functionality.