Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vu7g2q$26ec$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vu7g2q$26ec$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Harald Oehlmann <wortkarg3@yahoo.com>
Newsgroups: comp.lang.tcl
Subject: Re: tcl 9 and tclkits
Date: Tue, 22 Apr 2025 09:22:07 +0200
Organization: A noiseless patient Spider
Lines: 25
Message-ID: <vu7g2q$26ec$1@dont-email.me>
References: <vu6t8u$3f3rr$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Tue, 22 Apr 2025 09:22:03 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="fed96494fd99ae3ebb57a8048cdaa5da";
	logging-data="72140"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX19eEbLh1Elj6Syg6+W8/DIj"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:fEfFNUDQNMqC18jnTexOY86J+Y4=
In-Reply-To: <vu6t8u$3f3rr$1@dont-email.me>
Content-Language: en-GB

Am 22.04.2025 um 04:01 schrieb et99:
> 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.
> 
> 

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

Harald