Re: dmd 1.066 and 2.051 release

2010-12-24 Thread Jonathan M Davis
On Friday 24 December 2010 17:48:46 Ali Çehreli wrote: > Jonathan M Davis wrote: > > On Friday 24 December 2010 00:02:06 Caligo wrote: > >> Why are they calling it RedBlackTree? why not Set? C++ std::set is a > >> red-black tree as far as I know, but they named it set. > > > > Andrei decided

Re: dmd 1.066 and 2.051 release

2010-12-24 Thread Ali Çehreli
Caligo wrote: So what does one use in D if something like std::unordered_set is needed? Like std::unordered_sets, D's associative arrays are hash tables. A table of doubles indexed with string keys: double[string] my_table; Ali RedBlackTree is ordered as far as I can tell. On Fri, Dec

Re: dmd 1.066 and 2.051 release

2010-12-24 Thread Caligo
So what does one use in D if something like std::unordered_set is needed? RedBlackTree is ordered as far as I can tell. On Fri, Dec 24, 2010 at 6:08 PM, Jonathan M Davis wrote: > On Friday 24 December 2010 00:02:06 Caligo wrote: > > Why are they calling it RedBlackTree? why not Set? C++ std::set

Re: dmd 1.066 and 2.051 release

2010-12-24 Thread Ali Çehreli
Jonathan M Davis wrote: > On Friday 24 December 2010 00:02:06 Caligo wrote: >> Why are they calling it RedBlackTree? why not Set? C++ std::set is a >> red-black tree as far as I know, but they named it set. > > Andrei decided that the containers in Phobos will named after what they actually > ar

Re: TDPL in Russian

2010-12-24 Thread Vladimir Panteleev
On Fri, 24 Dec 2010 19:53:39 +0200, Andrei Alexandrescu wrote: Thanks! (I missed this message.) Approval came in response to a request from a Russian publishing house; they already have a translator. But thanks for the offer nevertheless! Is the translator's name a secret? Perhaps a nati

Re: dmd 1.066 and 2.051 release

2010-12-24 Thread Jonathan M Davis
On Friday 24 December 2010 00:02:06 Caligo wrote: > Why are they calling it RedBlackTree? why not Set? C++ std::set is a > red-black tree as far as I know, but they named it set. Andrei decided that the containers in Phobos will named after what they actually are instead of what they're used fo

Re: dmd 1.066 and 2.051 release

2010-12-24 Thread Ali Çehreli
Caligo wrote: > Why are they calling it RedBlackTree? why not Set? C++ std::set is a > red-black tree as far as I know, but they named it set. std::set uses a red-black tree in most (all?) C++ standard library implementations; so does std::map. Neither "is a" red-black tree. They use red-blac

Re: dmd 1.066 and 2.051 release

2010-12-24 Thread Caligo
Why are they calling it RedBlackTree? why not Set? C++ std::set is a red-black tree as far as I know, but they named it set. On Fri, Dec 24, 2010 at 1:25 AM, bearophile wrote: > Andrei: > > > Apologies for that. This is a major addition! Walter, I just updated the > > changelog, would you mind u

Re: TDPL in Russian

2010-12-24 Thread Andrei Alexandrescu
On 12/20/2010 12:29 PM, Vincent wrote: Andrei Alexandrescu Wrote: Just got word from my editor that TDPL has been approved for translation in Russian. Just guessed that TDPL is "The D programming language" :)) Well, "approved for translation" - what it means? Can some people (like me :) ) do

Re: Descent plugin for Eclipse editor

2010-12-24 Thread Jacob Carlborg
On 2010-12-23 23:27, user wrote: Hi The link to Descent plugin for Eclipse editor is not working: http://www.esperanto.org.ar/d/descent.ui.zip Did it move? Thanks in advance. You should follow the installation instructions on the project site: http://dsource.org/projects/descent/wiki/Instal