Google techtalk

Rémy Mouëza Rémy_member at pathlink.com
Fri Jul 14 17:28:07 PDT 2006


In article <e97bcs$1fpv$1 at digitaldaemon.com>, Tyro says...
>
>In article <e975mt$17e4$1 at 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 ?





More information about the Digitalmars-d mailing list