Thread overview | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
June 14, 2013 DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Please vote and discuss on the social channels. reddit: http://www.reddit.com/r/programming/comments/1gbu3c/dconf_2013_dspecific_design_patterns_by_david/ hackernews: https://news.ycombinator.com/item?id=5878985 facebook: https://www.facebook.com/dlang.org/posts/657031477643870 twitter: https://twitter.com/D_Programming/status/345469000991522816 youtube: http://youtube.com/watch?v=yMNMV9JlkcQ Andrei |
June 14, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Friday, 14 June 2013 at 09:15:10 UTC, Andrei Alexandrescu wrote:
> Please vote and discuss on the social channels.
>
> reddit: http://www.reddit.com/r/programming/comments/1gbu3c/dconf_2013_dspecific_design_patterns_by_david/
>
> hackernews: https://news.ycombinator.com/item?id=5878985
>
> facebook: https://www.facebook.com/dlang.org/posts/657031477643870
>
> twitter: https://twitter.com/D_Programming/status/345469000991522816
>
> youtube: http://youtube.com/watch?v=yMNMV9JlkcQ
>
>
> Andrei
Another great talk! Invaluable for D newcomer. Very easy to follow for C++ programmer. I actually implemented almost the same set of D ranges for my library using enable/disable_if instead of static if and additional traits instead of auto ref so seeing how nicely it is handled in D is a joy. DCL(anti)P problem is so nicely fixed too... I have tears in my eyes...
Still trying to understand loop tuple / unrolling pattern implementation tho. Could answer Andrei's question that you later discussed "offline"?
|
June 14, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 6/14/13, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote: > Please vote and discuss on the social channels. Slides? |
June 14, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Fri, 14 Jun 2013 11:15:08 +0200 Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote: > Please vote and discuss on the social channels. > The "[HD]" archive.org link doesn't appear to be working. Or is that just a delay on their end? |
June 15, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | On 6/14/13 10:08 PM, Nick Sabalausky wrote: > On Fri, 14 Jun 2013 11:15:08 +0200 > Andrei Alexandrescu<SeeWebsiteForEmail@erdani.org> wrote: >> Please vote and discuss on the social channels. >> > > The "[HD]" archive.org link doesn't appear to be working. Or is that > just a delay on their end? It's a delay on my end. I am currently traveling to NDC 2013 (where I gave a talk on D, see http://ndcoslo.oktaset.com/Agenda/friday) and I need a stable connection to upload the file. Stay tuned. Andrei |
June 15, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 6/14/2013 5:36 PM, Andrei Alexandrescu wrote:
> It's a delay on my end. I am currently traveling to NDC 2013 (where I gave a
> talk on D, see http://ndcoslo.oktaset.com/Agenda/friday) and I need a stable
> connection to upload the file. Stay tuned.
Looks like a great talk you've got planned!
|
June 15, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On 6/15/13 2:36 AM, Andrei Alexandrescu wrote: > On 6/14/13 10:08 PM, Nick Sabalausky wrote: >> On Fri, 14 Jun 2013 11:15:08 +0200 >> Andrei Alexandrescu<SeeWebsiteForEmail@erdani.org> wrote: >>> Please vote and discuss on the social channels. >>> >> >> The "[HD]" archive.org link doesn't appear to be working. Or is that >> just a delay on their end? > > It's a delay on my end. I am currently traveling to NDC 2013 (where I > gave a talk on D, see http://ndcoslo.oktaset.com/Agenda/friday) and I > need a stable connection to upload the file. Stay tuned. > > Andrei Uploaded: archive.org/details/dconf2013-day03-talk03 Andrei |
June 15, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrei Alexandrescu | On Fri, 14 Jun 2013 11:15:08 +0200 Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote: > Please vote and discuss on the social channels. > Torrents/links up: http://semitwist.com/download/misc/dconf2013/ |
October 19, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | Are the slides somewhere available? Thanks. |
October 19, 2013 Re: DConf 2013 Day 3 Talk 3: D-Specific Design Patterns by David Simcha | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ondrej Pokorny | On 19 October 2013 16:27, Ondrej Pokorny <pokorny.ondrej@gmail.com> wrote: > Are the slides somewhere available? Thanks. Hmm... they should be on dconf.org under the Schedule tab. Maybe Andrei forgot to upload them, or maybe there was a specific request on David's part not to have them available... -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0'; |
Copyright © 1999-2021 by the D Language Foundation