www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Congratulations to Philippe Sigaud

reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
Hi everyone,


I'm very excited to announce that Philippe's excellent work on dranges 
and his display of overall expertise earned him the well-deserved right 
to commit to Phobos (after checking with me, greenhorn :o)). Philippe, 
you're the fifteenth member on the Phobos roster. I see you're already 
on phobos puremagic.com, so you're good to go.

Please join me in congratulating Philippe!


Andrei
Aug 05 2010
next sibling parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
Congrats, Phillipe!

On Fri, Aug 6, 2010 at 12:33 AM, Andrei Alexandrescu <
SeeWebsiteForEmail erdani.org> wrote:

 Hi everyone,


 I'm very excited to announce that Philippe's excellent work on dranges and
 his display of overall expertise earned him the well-deserved right to
 commit to Phobos (after checking with me, greenhorn :o)). Philippe, you're
 the fifteenth member on the Phobos roster. I see you're already on
 phobos puremagic.com, so you're good to go.

 Please join me in congratulating Philippe!


 Andrei
Aug 05 2010
prev sibling next sibling parent Pelle <pelle.mansson gmail.com> writes:
On 08/06/2010 12:33 AM, Andrei Alexandrescu wrote:
 Hi everyone,


 I'm very excited to announce that Philippe's excellent work on dranges
 and his display of overall expertise earned him the well-deserved right
 to commit to Phobos (after checking with me, greenhorn :o)). Philippe,
 you're the fifteenth member on the Phobos roster. I see you're already
 on phobos puremagic.com, so you're good to go.

 Please join me in congratulating Philippe!


 Andrei
Congratulations, Philippe! Also yay, more expertiseful people doing phobos!
Aug 05 2010
prev sibling next sibling parent reply Jonathan M Davis <jmdavisprog gmail.com> writes:
On Thursday, August 05, 2010 15:33:14 Andrei Alexandrescu wrote:
 Hi everyone,
 
 
 I'm very excited to announce that Philippe's excellent work on dranges
 and his display of overall expertise earned him the well-deserved right
 to commit to Phobos (after checking with me, greenhorn :o)). Philippe,
 you're the fifteenth member on the Phobos roster. I see you're already
 on phobos puremagic.com, so you're good to go.
 
 Please join me in congratulating Philippe!
 
 
 Andrei
Congrats. May the source be with you! - Jonathan M Davis
Aug 05 2010
parent Walter Bright <newshound2 digitalmars.com> writes:
Jonathan M Davis wrote:
 May the source be with you!
Ubuntu-wan: "Use the Source, Luke!"
Aug 05 2010
prev sibling parent Philippe Sigaud <philippe.sigaud gmail.com> writes:
Hi everyone,

I'm very excited to announce that Philippe's excellent work on dranges
and his display of overall expertise earned him the well-deserved right
 to commit to Phobos (after checking with me, greenhorn :o)).
 Philippe, you're the fifteenth member on the Phobos roster.
 I see you're already on phobos puremagic.com, so you're good to go.

Please join me in congratulating Philippe!
Thanks Andrei, thanks everyone in the Phobos ML for accepting me! It'll be a pleasure to participate in all the good stuff I see over there! Andrei, I already have a dsource account and currently use svn under Windows (Vista) and linux (Kubuntu 10.04, but I do not have dmd installed there). Rest assured I do not intend to break Phobos from day one :o) Oh, I see we are on the main D NG... I'll crosspost with the Phobos list. Things I'd like to help with: * Phobos code, obviously, notably std.algorithm, functional, traits, range, typecons, container, string, numeric, array, typetuple, maybe variant... I'm feeling more or less confident on these, and totally incompetent on any other :o) I will not touch core.*, even with a 10-ft pole. Anyway, I guess it's not part of Phobos proper. * Improving the documentation & examples for Phobos. I feel like most functions and templates should have an example, if only a one liner. As an aside, some modules could have satellite articles attached to them, with a more developed example exercising the module, for example in dmd/samples -> /container, /string etc. Reading the docs is good, seeing more than a one-liner is even better. * unit tests... * Cleaning the DMD examples up: maybe putting some of the useful scripts you like so much? Also, see above for my proposition to have more extended examples for some modules. * Updating the website documentation, if that's OK with Walter. cheers, Philippe
Aug 05 2010