Thread overview
Tango 0.98 released
May 16, 2007
Lars Ivar Igesund
May 16, 2007
Daniel Keep
May 16, 2007
Dejan Lekic
May 16, 2007
Anders Bergh
May 16, 2007
Dear D community

This is the second Tango release-candidate, as we gear up toward a 1.0 version. This is mostly a bugfix release, plus some minor additions and reorganizations:

 * Added Signals and Slots implementation
 * Reworked the Time package
 * Updated for DMD 1.014
 * More documentation examples
 * Exception stack-trace example using Flectioned

For a complete list, http://www.dsource.org/projects/tango/wiki/0_98_Changelog. We welcome all feedback and testing. The currently known issues on non-x86 platforms are compiler related.

Now that the library structure has solidified more we would like to call for further participants on the project, either to discuss future directions or to contribute to the documentation, example code or the web site itself.

Please contact us via the link provided below.

The Tango homepage can be found at http://www.dsource.org/projects/tango

Downloads: http://www.dsource.org/projects/tango/wiki/Download

See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more detailed installation instructions for your system.

Contact:
http://www.dsource.org/projects/tango/wiki/Contact

Signed,

The Tango Team

http://www.dsource.org/projects/tango/wiki/Contributors

----

Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features
May 16, 2007

Lars Ivar Igesund wrote:
> Dear D community
> 
> This is the second Tango release-candidate, as we gear up toward a 1.0 version. This is mostly a bugfix release, plus some minor additions and reorganizations:
> 
>  * Added Signals and Slots implementation

Huzzah!

>  * Reworked the Time package
>  * Updated for DMD 1.014
>  * More documentation examples
>  * Exception stack-trace example using Flectioned

Yay!

> 
> ...
> 
> Now that the library structure has solidified more we would like to call for further participants on the project, either to discuss future directions or to contribute to the documentation, example code or the web site itself.

Well, a project I'm working on will eventually need compression and archive support, so I might end up writing that for you :3

Anyway, glad to see the new release.  Will download post-haste.

	-- Daniel

-- 
int getRandomNumber()
{
    return 4; // chosen by fair dice roll.
              // guaranteed to be random.
}

http://xkcd.com/

v2sw5+8Yhw5ln4+5pr6OFPma8u6+7Lw4Tm6+7l6+7D i28a2Xs3MSr2e4/6+7t4TNSMb6HTOp5en5g6RAHCP  http://hackerkey.com/
May 16, 2007
Congratulation! You guys are doing an excellent job! I do not use Tango, but I read the source quite often. :) Tango is wonderful!

Best regards, and see You on irc://irc.freenode.org/D.Tango  !! \o/

Dejan
May 16, 2007
Unofficial Arch Linux package repository[1] has been updated.

[1] http://dsource.org/projects/tango/wiki/ArchLinux

On 5/16/07, Lars Ivar Igesund <larsivar@igesund.net> wrote:
> Dear D community
>
> This is the second Tango release-candidate, as we gear up toward a 1.0
> version. This is mostly a bugfix release, plus some minor additions and
> reorganizations:
>
>  * Added Signals and Slots implementation
>  * Reworked the Time package
>  * Updated for DMD 1.014
>  * More documentation examples
>  * Exception stack-trace example using Flectioned
>
> For a complete list,
> http://www.dsource.org/projects/tango/wiki/0_98_Changelog. We welcome all
> feedback and testing. The currently known issues on non-x86 platforms are
> compiler related.
>
> Now that the library structure has solidified more we would like to call for
> further participants on the project, either to discuss future directions or
> to contribute to the documentation, example code or the web site itself.
>
> Please contact us via the link provided below.
>
> The Tango homepage can be found at http://www.dsource.org/projects/tango
>
> Downloads:
> http://www.dsource.org/projects/tango/wiki/Download
>
> See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more
> detailed installation instructions for your system.
>
> Contact:
> http://www.dsource.org/projects/tango/wiki/Contact
>
> Signed,
>
> The Tango Team
>
> http://www.dsource.org/projects/tango/wiki/Contributors
>
> ----
>
> Tango is a D library providing a cohesive runtime and library for the D
> programming language. A feature list can be found on
> http://www.dsource.org/projects/tango/wiki/Features
>


-- 
Anders