Jump to page: 1 2 3
Thread overview
Call for dsource tutorials upgrade
Feb 14, 2008
Saaa
Feb 14, 2008
okibi
Feb 14, 2008
Bill Baxter
Feb 14, 2008
Saaa
Feb 14, 2008
Clay Smith
Feb 14, 2008
Saaa
Feb 14, 2008
jcc7
Feb 14, 2008
jcc7
Feb 15, 2008
Saaa
Feb 14, 2008
Bill Baxter
Feb 14, 2008
Saaa
Feb 14, 2008
Bill Baxter
Feb 14, 2008
Saaa
Feb 14, 2008
jcc7
Feb 15, 2008
Saaa
Feb 15, 2008
jcc7
Feb 14, 2008
jcc7
Feb 14, 2008
jcc7
Feb 15, 2008
Saaa
Feb 15, 2008
Saaa
Feb 15, 2008
jcc7
Feb 16, 2008
Saaa
Feb 14, 2008
jcc7
Feb 15, 2008
Saaa
Feb 15, 2008
jcc7
February 14, 2008
With all the different design possibilities of D I find looking through code (from others) especially useful.

The first place I always go to is dsource tutorials and thus love to see it
expanded.
Maybe see D1 and D2 seperated?

And where do you go code seeing?


February 14, 2008
Saaa Wrote:

> 
> With all the different design possibilities of D I find looking through code (from others) especially useful.
> 
> The first place I always go to is dsource tutorials and thus love to see it
> expanded.
> Maybe see D1 and D2 seperated?
> 
> And where do you go code seeing?
> 
> 

I used to read over the code at dsource, but it's terribly out of date. I pretty much just read over either the specs here or go to docwiki.net and figure it out. If the brain fart is too massive, I post here.

I don't think there's any really good place for up to date d examples yet. Maybe we should put some work into the dsource tutorials?

February 14, 2008
okibi wrote:
> Saaa Wrote:
> 
>> With all the different design possibilities of D I find looking through code (from others) especially useful.
>>
>> The first place I always go to is dsource tutorials and thus love to see it expanded.
>> Maybe see D1 and D2 seperated?
>>
>> And where do you go code seeing?
>>
>>
> 
> I used to read over the code at dsource, but it's terribly out of date. I pretty much just read over either the specs here or go to docwiki.net and figure it out. If the brain fart is too massive, I post here.
> 
> I don't think there's any really good place for up to date d examples yet. Maybe we should put some work into the dsource tutorials?
> 

dsource/projects/scrapple may be good as a source for for shortish chunks of decent relatively-up-to-date code.

Not quite the same as tutorial examples though.

--bb
February 14, 2008
How about forcing =) everybody on the newsgroup creating one tutorial?
(I mean 1 per person would be quit a bit of code)

D version:
Category:
Difficulty:
Keywords:


>
>>
>> With all the different design possibilities of D I find looking through
>> code
>> (from others) especially useful.
>>
>> The first place I always go to is dsource tutorials and thus love to see
>> it
>> expanded.
>> Maybe see D1 and D2 seperated?
>>
>> And where do you go code seeing?
>>
>>
>
> I used to read over the code at dsource, but it's terribly out of date. I pretty much just read over either the specs here or go to docwiki.net and figure it out. If the brain fart is too massive, I post here.
>
> I don't think there's any really good place for up to date d examples yet. Maybe we should put some work into the dsource tutorials?
> 


February 14, 2008
Saaa wrote:
> With all the different design possibilities of D I find looking through code (from others) especially useful.
> 
> The first place I always go to is dsource tutorials and thus love to see it expanded.
> Maybe see D1 and D2 seperated?

Maybe D1|Phobos, D1|Tango, D2, actually.

--bb
February 14, 2008
> Saaa wrote:
>> With all the different design possibilities of D I find looking through code (from others) especially useful.
>>
>> The first place I always go to is dsource tutorials and thus love to see
>> it expanded.
>> Maybe see D1 and D2 seperated?
>
> Maybe D1|Phobos, D1|Tango, D2, actually.
>
> --bb

I thought to include that distinction into the category.
Most tutorials are relatively small and don't necessarily need any std lib.


February 14, 2008
Saaa wrote:
>> Saaa wrote:
>>> With all the different design possibilities of D I find looking through code (from others) especially useful.
>>>
>>> The first place I always go to is dsource tutorials and thus love to see it expanded.
>>> Maybe see D1 and D2 seperated?
>> Maybe D1|Phobos, D1|Tango, D2, actually.
>>
>> --bb
> 
> I thought to include that distinction into the category.
> Most tutorials are relatively small and don't necessarily need any std lib. 

I guess you're thinking of a different kind of tutorials than me, then.   I'd think at least you'd need writefln/Stdout at some point in your tutorials.  I would think how to use writefln/Stdout would even be the subject of one of the first few tutorials.

--bb
February 14, 2008
>
> I guess you're thinking of a different kind of tutorials than me, then. I'd think at least you'd need writefln/Stdout at some point in your tutorials.  I would think how to use writefln/Stdout would even be the subject of one of the first few tutorials.
>
> --bb

I would suggest using phobos by default as it is the standard library and adding tango to the category if  it is used instead.

Anybody starting off would see phobos as the std.
(I did :) and still do btw. whether tango is better or not.


February 14, 2008
Saaa wrote:
> How about forcing =) everybody on the newsgroup creating one tutorial?
> (I mean 1 per person would be quit a bit of code)
> 
> D version:
> Category:
> Difficulty:
> Keywords:
> 
> 

I don't think there is a trouble in creating them, but maintaining them.

~ Clay
February 14, 2008
== Quote from Saaa (empty@needmail.com)'s article
> With all the different design possibilities of D I find looking through code (from others) especially useful.
>
> The first place I always go to is dsource tutorials and thus love to
> see it expanded.
> Maybe see D1 and D2 seperated?

Is there any D2 code in there?

Some of the code even probably needs to be updated for D1 (i.e., some of the code was written before D 1.0 and may not work for D1.x).


>
> And where do you go code seeing?

« First   ‹ Prev
1 2 3