Jump to page: 1 2
Thread overview
Anyone care to jump in here?
Apr 17, 2005
Walter
Apr 18, 2005
Kevin Bealer
Apr 18, 2005
Derek Parnell
Apr 18, 2005
Kevin Bealer
Apr 18, 2005
clayasaurus
Apr 18, 2005
Paul Bonser
Apr 18, 2005
Marcio
Apr 18, 2005
Georg Wrede
Apr 19, 2005
Paul Bonser
Apr 18, 2005
Lynn Allan
Apr 23, 2005
Marco
Apr 18, 2005
jicman
April 17, 2005
Bartosz Milewski is trying to help us out by stimulating discussion on D on his forum at Reliable Software.

 http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost


April 18, 2005
In article <d3urme$2kug$1@digitaldaemon.com>, Walter says...
>
>Bartosz Milewski is trying to help us out by stimulating discussion on D on his forum at Reliable Software.
>
> http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost
>
>

I did.  I have a few 'simple' C++ like classes like "vector" (C++-like) DEVector
(double ended version - empty space and elements can be on either end), and
priority queue (simple heap version).

Would these be interesting as a part of the library?  If so, do I start a dsource project, email them somewhere, etc?  Is there a general rule for this? I'm sure I'm not the only one to write up these sorts of things.

Kevin



April 18, 2005
On Mon, 18 Apr 2005 02:50:13 +0000 (UTC), Kevin Bealer wrote:

> In article <d3urme$2kug$1@digitaldaemon.com>, Walter says...
>>
>>Bartosz Milewski is trying to help us out by stimulating discussion on D on his forum at Reliable Software.
>>
>> http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost
>>
>>
> 
> I did.  I have a few 'simple' C++ like classes like "vector" (C++-like) DEVector
> (double ended version - empty space and elements can be on either end), and
> priority queue (simple heap version).
> 
> Would these be interesting as a part of the library?  If so, do I start a dsource project, email them somewhere, etc?  Is there a general rule for this? I'm sure I'm not the only one to write up these sorts of things.
> 
> Kevin

I would recommend starting a dsource project. Get Brad to create a project space for you etc... I did this for Build and its been pretty easy to use, including the SVN stuff.

-- 
Derek
Melbourne, Australia
18/04/2005 1:31:00 PM
April 18, 2005
In article <813d5a3d77f9.syglsebiunpd.dlg@40tude.net>, Derek Parnell says...
>
>On Mon, 18 Apr 2005 02:50:13 +0000 (UTC), Kevin Bealer wrote:
>
>> In article <d3urme$2kug$1@digitaldaemon.com>, Walter says...
>>>
>>>Bartosz Milewski is trying to help us out by stimulating discussion on D on his forum at Reliable Software.
>>>
>>> http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost
>>>
>>>
>> 
>> I did.  I have a few 'simple' C++ like classes like "vector" (C++-like) DEVector
>> (double ended version - empty space and elements can be on either end), and
>> priority queue (simple heap version).
>> 
>> Would these be interesting as a part of the library?  If so, do I start a dsource project, email them somewhere, etc?  Is there a general rule for this? I'm sure I'm not the only one to write up these sorts of things.
>> 
>> Kevin
>
>I would recommend starting a dsource project. Get Brad to create a project space for you etc... I did this for Build and its been pretty easy to use, including the SVN stuff.

Okay - I'll take a few days to flesh out/clean up what I have now and create a project in a few days.  Goal: 'mostly drop-in' replacements for porting of C++ code, plus maybe a few D-ish versions of the same functionality.

Kevin

>-- 
>Derek
>Melbourne, Australia
>18/04/2005 1:31:00 PM


April 18, 2005
Walter wrote:
> Bartosz Milewski is trying to help us out by stimulating discussion on D on
> his forum at Reliable Software.
> 
>  http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost
> 
> 

He must be a fan of D, then : ) Your army is growing.

Of course, it is kind of funny seeing a huge leauge of unregistered posters suddenly saying good things about D.

I/we have been accused of being paid to promote it, lol. Since then I have tried to concentrate on both strengths/weaknesses.

Obligatory Field of Dreams quote, "If you build it, they will come."

April 18, 2005
clayasaurus wrote:
> Walter wrote:
> 
>> Bartosz Milewski is trying to help us out by stimulating discussion on D on
>> his forum at Reliable Software.
>>
>>  http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost
>>
>>
> 
> He must be a fan of D, then : ) Your army is growing.
> 
> Of course, it is kind of funny seeing a huge leauge of unregistered posters suddenly saying good things about D.
> 
> I/we have been accused of being paid to promote it, lol. Since then I have tried to concentrate on both strengths/weaknesses.
> 
> Obligatory Field of Dreams quote, "If you build it, they will come."
> 

I mentioned it to my CS professor, Timothy Budd, and he said he'd take a look at it, since he likes to learn a new language every year :)

Out of curiousity, has anyone heard of him before? I was just wondering because although he's a professor here at Oregon State, he has also written a whole bunch of programming books.

-- 
-PIB

--
"C++ also supports the notion of *friends*: cooperative classes that
are permitted to see each other's private parts." - Grady Booch
April 18, 2005
Paul Bonser <misterpib@gmail.com> wrote in news:d410en$1ml8$1 @digitaldaemon.com:

> I mentioned it to my CS professor, Timothy Budd, and he said he'd take a look at it, since he likes to learn a new language every year :)
> 
> Out of curiousity, has anyone heard of him before? I was just wondering because although he's a professor here at Oregon State, he has also written a whole bunch of programming books.


  Any decent Smalltalker will have heard of Timothy Budd and his Little
Smalltalk work etc.

marcio

April 18, 2005
Your army?  Our army! :-)

clayasaurus says...
>
>Walter wrote:
>> Bartosz Milewski is trying to help us out by stimulating discussion on D on his forum at Reliable Software.
>> 
>>  http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost
>> 
>> 
>
>He must be a fan of D, then : ) Your army is growing.
>
>Of course, it is kind of funny seeing a huge leauge of unregistered posters suddenly saying good things about D.
>
>I/we have been accused of being paid to promote it, lol. Since then I have tried to concentrate on both strengths/weaknesses.
>
>Obligatory Field of Dreams quote, "If you build it, they will come."
>


April 18, 2005
Paul Bonser wrote:
> clayasaurus wrote:
> 
>> Walter wrote:
>>
>>> Bartosz Milewski is trying to help us out by stimulating discussion on D on
>>> his forum at Reliable Software.
>>>
>>>  http://www.relisoft.com/forums/index.php?showtopic=219&view=getnewpost
>>>
>>>
>>
>> He must be a fan of D, then : ) Your army is growing.
>>
>> Of course, it is kind of funny seeing a huge leauge of unregistered posters suddenly saying good things about D.
>>
>> I/we have been accused of being paid to promote it, lol. Since then I have tried to concentrate on both strengths/weaknesses.
>>
>> Obligatory Field of Dreams quote, "If you build it, they will come."
>>
> 
> I mentioned it to my CS professor, Timothy Budd, and he said he'd take a look at it, since he likes to learn a new language every year :)
> 
> Out of curiousity, has anyone heard of him before? I was just wondering because although he's a professor here at Oregon State, he has also written a whole bunch of programming books.

Seems he's a prolific author, but none of the books have made it to the top 10 on Amazon.
April 18, 2005
> Out of curiousity, has anyone heard of him before? I was just
wondering
> because although he's a professor here at Oregon State, he has also written a whole bunch of programming books.

Name sounds familiar .... computer algorithms? Seems like I looked at one of his books when I was trying to figure out "skip lists" or "red-black trees" or something like that.



« First   ‹ Prev
1 2