digitalmars.D - [OT] D mentioned in Channel 9 TypeScript/Dart interview
- David Nadlinger (10/10) Nov 03 2012 Apparently, spreading the word about D is on Charles Torre's
- Andrej Mitrovic (4/14) Nov 03 2012 I'm almost sure Charles interviewed Walter and Andrei once, it was on
- David Nadlinger (5/8) Nov 03 2012 Yes, he did:
- Robert (7/17) Nov 04 2012 It is mentioned that the D forums are written in D. I wasn't aware of
- =?UTF-8?B?U8O2bmtlIEx1ZHdpZw==?= (9/32) Nov 04 2012 It's written by Vladimir Panteleev using his "ae" library:
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
Nov 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 =BBmore productive JavaScript=AB 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-T=ypeScript-JavaScript-and-DartMaybe Walter's talk at GOTO was shortly before the interview took place? DavidI'm almost sure Charles interviewed Walter and Andrei once, it was on video somewhere.
Nov 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
Nov 03 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
Nov 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
Nov 04 2012