Jump to page: 1 2
Thread overview
Google techtalk
Jul 13, 2006
Knud Sørensen
Jul 14, 2006
Tyro
Jul 15, 2006
Rémy Mouëza
Jul 15, 2006
John Reimer
Jul 15, 2006
John Reimer
Jul 15, 2006
Hasan Aljudy
Jul 16, 2006
Tyro
Jul 16, 2006
Knud Sørensen
Jul 16, 2006
Dave
Jul 16, 2006
Walter Bright
Jul 16, 2006
BCS
Jul 17, 2006
Knud Sørensen
July 13, 2006
I am just wondering when we are going to see a google techtalk about D ?

What do you think ?? http://video.google.com/videosearch?q=type%3Agoogle+engEDU
July 14, 2006
What's the date and/or title?

Thanks,
-[Unknown]


> I am just wondering when we are going to see a google techtalk about D ?
> 
> What do you think ??
> http://video.google.com/videosearch?q=type%3Agoogle+engEDU
July 14, 2006
In article <e975mt$17e4$1@digitaldaemon.com>, Unknown W. Brackets says...
>
>What's the date and/or title?

Debugging Backwards in Time

>Thanks,
>-[Unknown]
>
>
>> I am just wondering when we are going to see a google techtalk about D ?
>> 
>> What do you think ?? http://video.google.com/videosearch?q=type%3Agoogle+engEDU


July 15, 2006
In article <e97bcs$1fpv$1@digitaldaemon.com>, Tyro says...
>
>In article <e975mt$17e4$1@digitaldaemon.com>, Unknown W. Brackets says...
>>
>>What's the date and/or title?
>
>Debugging Backwards in Time
>
>>Thanks,
>>-[Unknown]
>>
>>
>>> I am just wondering when we are going to see a google techtalk about D ?
>>> 
>>> What do you think ?? http://video.google.com/videosearch?q=type%3Agoogle+engEDU

Personnally, I prefered Gregor Kiczales' presentation about Aspect Oriented
Programming :
http://video.google.com/videoplay?docid=8566923311315412414&q=type%3Agoogle+engEDU
AOP can be seen as a subset of reflexion. If reflexion is done in D, we could
easily implement an AOP framework. However, we need mechanisms to replace
methods of a class by others ; those latters will then call the originals after
executing some extra code to perform a crosscutting concern.
If reflexion is implemented like what I've seen in Java, it won't be enough, and
too complicated.
Things can already be done via mixins, but it's still incomplete to perform
complete AOP.
Anyway, for the moment fixing module import is on higher priority than reflexion
and AOP.

Concerning tech talks, one could take a video camera and make his own "home
talk" about D, and publish it on the Internet.
Or maybe tutorials and manuals are more needed or efficient than tech talks to
let D be known ?
And what about http://en.wikibooks.org/wiki/Programming:D ?


July 15, 2006
I skipped over it... where was D mentioned?  Looked like it primarily covered Java.

Thanks,
-[Unknown]


> In article <e975mt$17e4$1@digitaldaemon.com>, Unknown W. Brackets says...
>> What's the date and/or title?
> 
> Debugging Backwards in Time
> 
>> Thanks,
>> -[Unknown]
>>
>>
>>> I am just wondering when we are going to see a google techtalk about D ?
>>>
>>> What do you think ??
>>> http://video.google.com/videosearch?q=type%3Agoogle+engEDU
> 
> 
July 15, 2006
In article <e99vc1$2rc8$1@digitaldaemon.com>, Unknown W. Brackets says...
>
>I skipped over it... where was D mentioned?  Looked like it primarily covered Java.
>
>Thanks,
>-[Unknown]
>

I watched through most of it too... Nothing about D.

Then I realized that the original poster didn't say that it was about D.  He seems to have been suggesting that somebody should submit a tech talk about D. The link given pointed to the list of current tech talks.  That one happened to be at the top of it. :P

-JJR


July 15, 2006
Okay, so I misunderstood.  I saw "what do you think" and missed "when".

But then why was I pointed to the movie, hmmm :P?

-[Unknown]


> In article <e99vc1$2rc8$1@digitaldaemon.com>, Unknown W. Brackets says...
>> I skipped over it... where was D mentioned?  Looked like it primarily covered Java.
>>
>> Thanks,
>> -[Unknown]
>>
> 
> I watched through most of it too... Nothing about D.  
> 
> Then I realized that the original poster didn't say that it was about D.  He
> seems to have been suggesting that somebody should submit a tech talk about D.
> The link given pointed to the list of current tech talks.  That one happened to
> be at the top of it. :P
> 
> -JJR
> 
> 
July 15, 2006
In article <e9a6mn$496$1@digitaldaemon.com>, Unknown W. Brackets says...
>
>Okay, so I misunderstood.  I saw "what do you think" and missed "when".
>
>But then why was I pointed to the movie, hmmm :P?


I'm not sure! I was wondering the same thing. :)

-JJR


July 15, 2006

John Reimer wrote:
> In article <e9a6mn$496$1@digitaldaemon.com>, Unknown W. Brackets says...
> 
>>Okay, so I misunderstood.  I saw "what do you think" and missed "when".
>>
>>But then why was I pointed to the movie, hmmm :P?
> 
> 
> 
> I'm not sure! I was wondering the same thing. :)
> 
> -JJR
> 
> 

LOL
I din't understand Unknown's question, and I was confused by Tyro's answer!
July 16, 2006
Sorry, about the confusion.

My though where that a google techtalk could be a good promotion for D.

If we could get google to invite Walter to give atechtalk on D. We could all enjoy the presentation via google video.

Does anyone here know anyone at google they can pass the suggestion to ??

Walter what do you say ??


On Fri, 14 Jul 2006 03:15:08 +0200, Knud Sørensen wrote:

> I am just wondering when we are going to see a google techtalk about D ?
> 
> What do you think ?? http://video.google.com/videosearch?q=type%3Agoogle+engEDU

« First   ‹ Prev
1 2