Thread overview
[OT] D mentioned in Channel 9 TypeScript/Dart interview
Nov 03, 2012
David Nadlinger
Nov 03, 2012
Andrej Mitrovic
Nov 03, 2012
David Nadlinger
Nov 04, 2012
Robert
Nov 04, 2012
Sönke Ludwig
November 03, 2012
Apparently, spreading the word about D is on Charles Torre's secret agenda. ;)

In all seriousness, I just found it funny that he compares trying to establish a »more productive JavaScript« to trying to bring people from C++ to D at ~23:00 in the following conversation with Anders Hejlsberg and Lars Bak:

http://channel9.msdn.com/Shows/Going+Deep/Anders-Hejlsberg-and-Lars-Bak-TypeScript-JavaScript-and-Dart

Maybe Walter's talk at GOTO was shortly before the interview took place?

David
November 03, 2012
On 11/3/12, David Nadlinger <see@klickverbot.at> wrote:
> Apparently, spreading the word about D is on Charles Torre's secret agenda. ;)
>
> In all seriousness, I just found it funny that he compares trying to establish a »more productive JavaScript« to trying to bring people from C++ to D at ~23:00 in the following conversation with Anders Hejlsberg and Lars Bak:
>
> http://channel9.msdn.com/Shows/Going+Deep/Anders-Hejlsberg-and-Lars-Bak-TypeScript-JavaScript-and-Dart
>
> Maybe Walter's talk at GOTO was shortly before the interview took place?
>
> David
>

I'm almost sure Charles interviewed Walter and Andrei once, it was on video somewhere.
November 03, 2012
On Saturday, 3 November 2012 at 18:18:50 UTC, Andrej Mitrovic wrote:
> I'm almost sure Charles interviewed Walter and Andrei once, it was on
> video somewhere.

Yes, he did: http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-6-The-D-Episode-with-Walter-Bright-and-Andrei-Alexandrescu

David
November 04, 2012
It is mentioned that the D forums are written in D. I wasn't aware of that. May I ask how? Is vibe being used? Or from scratch, is there any source code available?

Thanks!

Best regards,

Robert

On Sat, 2012-11-03 at 19:49 +0100, David Nadlinger wrote:
> On Saturday, 3 November 2012 at 18:18:50 UTC, Andrej Mitrovic wrote:
> > I'm almost sure Charles interviewed Walter and Andrei once, it
> > was on
> > video somewhere.
> 
> Yes, he did: http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-6-The-D-Episode-with-Walter-Bright-and-Andrei-Alexandrescu
> 
> David


November 04, 2012
It's written by Vladimir Panteleev using his "ae" library: https://github.com/CyberShadow/DFeed

Similar to vibe.d it uses asynchronous I/O and a built-in HTTP server to get that high level of performance.

I have used it also in modified form for the vibe.d forums before building a web front end directly into vibenews (mainly to reduce the error potential by avoiding redundant storage): https://github.com/rejectedsoftware/vibenews

Am 04.11.2012 19:19, schrieb Robert:
> It is mentioned that the D forums are written in D. I wasn't aware of that. May I ask how? Is vibe being used? Or from scratch, is there any source code available?
> 
> Thanks!
> 
> Best regards,
> 
> Robert
> 
> On Sat, 2012-11-03 at 19:49 +0100, David Nadlinger wrote:
>> On Saturday, 3 November 2012 at 18:18:50 UTC, Andrej Mitrovic wrote:
>>> I'm almost sure Charles interviewed Walter and Andrei once, it
>>> was on
>>> video somewhere.
>>
>> Yes, he did: http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-6-The-D-Episode-with-Walter-Bright-and-Andrei-Alexandrescu
>>
>> David
> 
>