Re: D2 port of Tango

2011-11-05 Thread zsxxsz
== Quote from Damian Ziemba (nazr...@driv.pl)'s article On Tue, 18 Oct 2011 20:27:40 +0300, Denis Shelomovskij wrote: +1 to Caligo. I agree that Tango is a good library (and was the best one for D1) but, IMHO, porting it to D2 is a bad idea. I'm the one who has a big D1+Tango project and

Re: D2 port of Tango

2011-10-19 Thread zsxxsz
I love Tango, because it's like using JAVA to program with Tango, and using C++ to program with Phobos. Java is much more easy to program.

Re: D2 port of Tango

2011-10-18 Thread zsxxsz
Greate news. I wait for it for a long time.

Re: Programming Windows D Examples are now Online!

2011-06-21 Thread zsxxsz
Excellent! I've build and run it all ok.

Re: Tango 0.99.9 Kai released

2010-02-09 Thread zsxxsz
== Quote from Lars Ivar Igesund (larsi...@igesund.net)'s article Dear D community A new version of Tango is now available for download, named after Kai for his several contributions in this cycle. The main focus of this release has been final cleanup and a lot of bugfixing for the upcoming

Re: D-IDE now has a debugger!

2010-01-22 Thread zsxxsz
== Quote from A Bothe (i...@alexanderbothe.com)'s article Hello everyone, I just want to announce my new D-IDE version 1.0.3.7 which has an integrated debugger now! http://alexanderbothe.com/?id=27 Great, but I can't run it in my win2000, which was crashed on win2000 when started.

Re: parallelFuture

2009-10-22 Thread zsxxsz
== Quote from dsimcha (dsim...@yahoo.com)'s article I've created an alpha release of parallelFuture, a high-level parallelization library for D2. Right now, it has a task pool, futures, parallel foreach, and parallel map. Here's the (IMHO) coolest example: auto pool = new ThreadPool(); //

Re: dmd 1.050 and 2.035 release

2009-10-15 Thread zsxxsz
== Quote from digited (digi...@yandex.ru)'s article Walter Bright Wrote: The main purpose of this is to correct a couple of regressions that were blocking QtD and Tango. http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.050.zip

some problems in dmd.2.034

2009-10-12 Thread zsxxsz
I'll download the new release dmd2.xxx where the new one was released. But when I compile dmd2.xxx, I always encounter the same problem as below: $cd dmd.2.034/dmd2/src/dmd $make -f linux.mak backend/dwarf.c:54:26: ../mars/mars.h: No such file or directory backend/dwarf.c: In function `void

Re: the semi-resident thread pool

2009-05-30 Thread zsxxsz
Sweet! Does the code want a license? The thread-pool is just one little part of my plan migrating acl_project written with C to adl_project written with D. The original acl_project has many server framework. Anyone can use it under the GPL.

the disadvantage of D currently

2009-05-14 Thread zsxxsz
don't think we should complain about this overmuch like tango team. We should all Of course, all the disadvantages above may be solved in future, these are just the time problems. zsxxsz