Jump to page: 1 2
Thread overview
Queue in Tango
Mar 21, 2007
Lars Ivar Igesund
Mar 21, 2007
BCS
Mar 21, 2007
Lars Ivar Igesund
Mar 22, 2007
BCS
Mar 22, 2007
Pragma
Mar 22, 2007
Sean Kelly
Mar 22, 2007
Aarti_pl
Mar 22, 2007
Charlie
Mar 23, 2007
David B. Held
March 21, 2007
I need to use a queue. Does Tango have a collection that does the trick (unlimited size, O(1) push to front, O(1) pop from back)?

Thanks,

Andrei
March 21, 2007
Andrei Alexandrescu (See Website For Email) wrote:

> I need to use a queue. Does Tango have a collection that does the trick
> (unlimited size, O(1) push to front, O(1) pop from back)?
> 
> Thanks,
> 
> Andrei

This question can be appropriatly answered in the Tango HowTo forum over at the Tango website (http://www.dsource.org/projects/tango).

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango
March 21, 2007
Lars Ivar Igesund wrote:
> Andrei Alexandrescu (See Website For Email) wrote:
> 
> 
>>I need to use a queue. Does Tango have a collection that does the trick
>>(unlimited size, O(1) push to front, O(1) pop from back)?
>>
>>Thanks,
>>
>>Andrei
> 
> 
> This question can be appropriatly answered in the Tango HowTo forum over at
> the Tango website (http://www.dsource.org/projects/tango).
> 

<rant>

You assume that Andrei would be willing to use a web page based forum. In my case I'd rather figure it out my self than do that.

reasons why I don't like forums:
1) it uses a web page to access it
2) I can't read the stuff without being on-line
3) gobs of bandwidth for stuff I don't need/want (formatting, images, etc.)
4) no "grab everything and show it to me"
5) no threading (it's all flat with no hierarchy)

</rant>
March 21, 2007
BCS wrote:

> Lars Ivar Igesund wrote:
>> Andrei Alexandrescu (See Website For Email) wrote:
>> 
>> 
>>>I need to use a queue. Does Tango have a collection that does the trick
>>>(unlimited size, O(1) push to front, O(1) pop from back)?
>>>
>>>Thanks,
>>>
>>>Andrei
>> 
>> 
>> This question can be appropriatly answered in the Tango HowTo forum over at the Tango website (http://www.dsource.org/projects/tango).
>> 
> 
> <rant>
> 
> You assume that Andrei would be willing to use a web page based forum. In my case I'd rather figure it out my self than do that.
> 
> reasons why I don't like forums:
> 1) it uses a web page to access it
> 2) I can't read the stuff without being on-line
> 3) gobs of bandwidth for stuff I don't need/want (formatting, images,
> etc.) 4) no "grab everything and show it to me"
> 5) no threading (it's all flat with no hierarchy)
> 
> </rant>

No, I don't assume anything regarding what Andrei would like best, I usually find NG much to my liking myself. But it is much more likely that a question about Tango is properly answered in the Tango forums, than here, because 1) the traffic there is always Tango related and thus unlikely to get bypassed, 2) the content there is searchable in a Tango context and thus easier to find for those who have the same questions, 3) D code can be syntax highlighted, 4) we can use the Trac wiki features in the posts, making links to tickets, wiki pages, making for a much more coherent and easily accessible (as long as you have a browser and is online, admittedly, but then you have to be online from time to time to read newsgroups too) experience for those seeking information about Tango.

-- 
Lars Ivar Igesund
blog at http://larsivi.net
DSource, #d.tango & #D: larsivi
Dancing the Tango
March 21, 2007
BCS wrote:
> Lars Ivar Igesund wrote:
>> Andrei Alexandrescu (See Website For Email) wrote:
>>
>>
>>> I need to use a queue. Does Tango have a collection that does the trick
>>> (unlimited size, O(1) push to front, O(1) pop from back)?
>>>
>>> Thanks,
>>>
>>> Andrei
>>
>>
>> This question can be appropriatly answered in the Tango HowTo forum over at
>> the Tango website (http://www.dsource.org/projects/tango).
>>
> 
> <rant>
> 
> You assume that Andrei would be willing to use a web page based forum. In my case I'd rather figure it out my self than do that.
> 
> reasons why I don't like forums:
> 1) it uses a web page to access it
> 2) I can't read the stuff without being on-line
> 3) gobs of bandwidth for stuff I don't need/want (formatting, images, etc.)
> 4) no "grab everything and show it to me"
> 5) no threading (it's all flat with no hierarchy)
> 
> </rant>

This happens to be true in my case too, but sending people over to the
forum is entirely understandable. Probably my question has a slam-dunk
answer over there, and it's very nice that that place exists in the
first place. I sure don't want to subscribe to the attitude that my
question should be answered here and in a timely manner.

Andrei

March 22, 2007
Reply to Lars,

> BCS wrote:
> 
>> <rant>
>> 
>> You assume that Andrei would be willing to use a web page based
>> forum. In my case I'd rather figure it out my self than do that.
>> 
>> reasons why I don't like forums:
>> 1) it uses a web page to access it
>> 2) I can't read the stuff without being on-line
>> 3) gobs of bandwidth for stuff I don't need/want (formatting, images,
>> etc.) 4) no "grab everything and show it to me"
>> 5) no threading (it's all flat with no hierarchy)
>> </rant>
>> 
>
> No, I don't assume anything regarding what Andrei would like best, 

I don't intend to clam that a forum won't work, Just that I *vary much* dislike them. Considering some of the features you mentioned, I can see why others do, but I don't think there is a feature set that would overcome my dislikes.

Mostly that was in hopes that an NG could get started over on dsource. (I have no expectations, only hope.)


March 22, 2007
BCS wrote:
> Lars Ivar Igesund wrote:
>> Andrei Alexandrescu (See Website For Email) wrote:
>>
>>
>>> I need to use a queue. Does Tango have a collection that does the trick
>>> (unlimited size, O(1) push to front, O(1) pop from back)?
>>>
>>> Thanks,
>>>
>>> Andrei
>>
>>
>> This question can be appropriatly answered in the Tango HowTo forum over at
>> the Tango website (http://www.dsource.org/projects/tango).
>>
> 
> <rant>
> 
> You assume that Andrei would be willing to use a web page based forum. In my case I'd rather figure it out my self than do that.
> 
> reasons why I don't like forums:
> 1) it uses a web page to access it
> 2) I can't read the stuff without being on-line
> 3) gobs of bandwidth for stuff I don't need/want (formatting, images, etc.)
> 4) no "grab everything and show it to me"
> 5) no threading (it's all flat with no hierarchy)
> 
> </rant>

/me makes a mental note to get RSS support folded into tracforums /soon/.

-- 
- EricAnderton at yahoo
March 22, 2007
BCS wrote:
> Lars Ivar Igesund wrote:
>> Andrei Alexandrescu (See Website For Email) wrote:
>>
>>
>>> I need to use a queue. Does Tango have a collection that does the trick
>>> (unlimited size, O(1) push to front, O(1) pop from back)?
>>>
>>> Thanks,
>>>
>>> Andrei
>>
>>
>> This question can be appropriatly answered in the Tango HowTo forum over at
>> the Tango website (http://www.dsource.org/projects/tango).
>>
> 
> <rant>
> 
> You assume that Andrei would be willing to use a web page based forum. In my case I'd rather figure it out my self than do that.

I prefer newsgroups as well, but in defense of the Tango forum, it does full D syntax highlighting.  That's a very nice perk when giving code examples.


Sean
March 22, 2007
Sean Kelly napisał(a):
> BCS wrote:
>> Lars Ivar Igesund wrote:
>>> Andrei Alexandrescu (See Website For Email) wrote:
>>>
>>>
>>>> I need to use a queue. Does Tango have a collection that does the trick
>>>> (unlimited size, O(1) push to front, O(1) pop from back)?
>>>>
>>>> Thanks,
>>>>
>>>> Andrei
>>>
>>>
>>> This question can be appropriatly answered in the Tango HowTo forum over at
>>> the Tango website (http://www.dsource.org/projects/tango).
>>>
>>
>> <rant>
>>
>> You assume that Andrei would be willing to use a web page based forum. In my case I'd rather figure it out my self than do that.
> 
> I prefer newsgroups as well, but in defense of the Tango forum, it does full D syntax highlighting.  That's a very nice perk when giving code examples.
> 
> 
> Sean

Maybe "d.D.dtl" could be renamed into "d.D.tango" to make it easier to communicate for people who don't care so much about code highlighting but prefer news groups? I personally also prefer them as they are IMHO much "faster" in use...

BR
Marcin Kuszczak
(aarti_pl)
March 22, 2007
Aarti_pl wrote:
> Sean Kelly napisał(a):
>> BCS wrote:
>>> Lars Ivar Igesund wrote:
>>>> Andrei Alexandrescu (See Website For Email) wrote:
>>>>
>>>>
>>>>> I need to use a queue. Does Tango have a collection that does the trick
>>>>> (unlimited size, O(1) push to front, O(1) pop from back)?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Andrei
>>>>
>>>>
>>>> This question can be appropriatly answered in the Tango HowTo forum over at
>>>> the Tango website (http://www.dsource.org/projects/tango).
>>>>
>>>
>>> <rant>
>>>
>>> You assume that Andrei would be willing to use a web page based forum. In my case I'd rather figure it out my self than do that.
>>
>> I prefer newsgroups as well, but in defense of the Tango forum, it does full D syntax highlighting.  That's a very nice perk when giving code examples.
>>
>>
>> Sean
> 
> Maybe "d.D.dtl" could be renamed into "d.D.tango" to make it easier to communicate for people who don't care so much about code highlighting but prefer news groups? I personally also prefer them as they are IMHO much "faster" in use...
> 
> BR
> Marcin Kuszczak
> (aarti_pl)

Good idea!
« First   ‹ Prev
1 2