From: Jeff Hobbs on
ActiveState Code has been launched (in beta)! ActiveState Code is a
new site that will be the eventual replacement of the venerable ASPN
Cookbooks, which covered several languages, including Tcl.

What this site offers over the ASPN Cookbooks:

* a complete visual refresh (long overdue)
* full tagging support of recipes
* support for many many more languages (the ASPN Cookbooks were
restricted to Python, PHP, Tcl and XSLT recipes)

In addition, the new site provides a sound foundation for other
improvements — so tell us what you think!. What is missing? What
doesn’t work? What would make the site more useful for you? for your
community?

While the site is in beta, new recipes, comments and votes are not
saved — instead the site’s data will be sync’d from the ASPN Cookbooks
most nights. The plan is to fully move to this new site in two weeks,
shutting down the old ASPN Cookbooks (redirects will preserve all old
links).

Please give it a look, starting at

http://code.activestate.com/recipes/langs/tcl/

This site is meant to augment rather than replace any aspect of the
Tcl'ers wiki. The benefits of this for code over the Tcl'ers wiki is
increased structure on the code examples, ratings and syntax
highlighting of the code. It also represents an arena that we hope to
have a growing presence of multi-language solutions, and it would be
great to see Tcl maintain a strong presence there.

Enjoy!

The ActiveState Team
From: USCode on
Hi Jeff,
Any word on when ActiveTcl 8.5.3 will be available for download?
Thanks!
From: Jeff Hobbs on
On Jul 9, 11:44 pm, USCode <d...(a)spamon.me> wrote:
> Any word on when ActiveTcl 8.5.3 will be available for download?

We actually have it finished, but are currently holding it back
pending some discussions on distribution. AT 8.5.3 will be the first
"fat" AT 8.5 release. Not as fat as AT 8.4, but with the most popular
modules. This is being done with a pre-seeded teapot repository as
opposed to the 8.4 lib system, which brings up issues like how to
handle being installed in an area with an existing teapot, etc.

Jeff
From: schlenk on
On Jul 10, 5:23 pm, Jeff Hobbs <jeff.ho...(a)gmail.com> wrote:
> On Jul 9, 11:44 pm, USCode <d...(a)spamon.me> wrote:
>
> > Any word on when ActiveTcl 8.5.3 will be available for download?
>
> We actually have it finished, but are currently holding it back
> pending some discussions on distribution. AT 8.5.3 will be the first
> "fat" AT 8.5 release. Not as fat as AT 8.4, but with the most popular
> modules. This is being done with a pre-seeded teapot repository as
> opposed to the 8.4 lib system, which brings up issues like how to
> handle being installed in an area with an existing teapot, etc.
>
Would also be nice if applications like tkcon.tm would be easier to
find. It takes quite some guesswork to dig it out of the teapot area
at first...

Michael

From: Colin Macleod on
On 10 Jul, 16:23, Jeff Hobbs <jeff.ho...(a)gmail.com> wrote:
> We actually have it finished, but are currently holding it back
> pending some discussions on distribution.  AT 8.5.3 will be the first
> "fat" AT 8.5 release.  Not as fat as AT 8.4, but with the most popular
> modules.

A fatter distribution is great news for those of us working in
environments where security and corporate policy make downloading
updates difficult :-)

Colin.