On 1/02/2012 5:59 p.m., SiegeLord wrote:
Hello everyone,
Just wanted to put out an announcement with a progress report on porting effort
of Tango. For those that don't know what it is, Tango is a framework library
that used to be/is the de facto standard library of D1.
Through the heroic efforts by Igor Stepanov, the initial porting was completed
ahead of schedule. All the user modules are now ported (save for
tango.math.BigInt, which right now is aliased to std.bigint... this might
change in the future). All unittests pass on Linux (using LDC2) and most do on
Windows. Additionally, again kudos to Igor, it compiles with -property and -w
flags for all of you style purists. Additionally, most of the examples have
been also ported.
I have personally used Tango in few KLoC line D2 project and I find it works
just as well as it did in D1.
Any comment that you can make on performance. Is it faster or slower
than D1 ?
Nick