digitalmars.D.announce - CppCast interview
- Andrei Alexandrescu (5/5) Oct 29 2015 https://www.reddit.com/r/programming/comments/3qs888/cppcast_d_with_andr...
- Iain Buclaw via Digitalmars-d-announce (5/7) Oct 31 2015 On 30 Oct 2015 4:25 am, "Andrei Alexandrescu via Digitalmars-d-announce"...
- Iain Buclaw via Digitalmars-d-announce (14/23) Oct 31 2015 https://www.reddit.com/r/programming/comments/3qs888/cppcast_d_with_andr...
- Jack Stouffer (5/10) Oct 31 2015 Great interview! It's a shame though that you didn't point people
https://www.reddit.com/r/programming/comments/3qs888/cppcast_d_with_andrei_alexandrescu/ 35:00: "One great thing about being part of several programming language communities is that you get to see how a whole community can miss a point." Andrei
Oct 29 2015
On 30 Oct 2015 4:25 am, "Andrei Alexandrescu via Digitalmars-d-announce" < digitalmars-d-announce puremagic.com> wrote:https://www.reddit.com/r/programming/comments/3qs888/cppcast_d_with_andrei_alexandrescu/35:00: "One great thing about being part of several programming languagecommunities is that you get to see how a whole community can miss a point."AndreiYou're a walking sound bite generator.
Oct 31 2015
On 31 Oct 2015 10:04 am, "Iain Buclaw" <ibuclaw gdcproject.org> wrote:On 30 Oct 2015 4:25 am, "Andrei Alexandrescu via Digitalmars-d-announce" <digitalmars-d-announce puremagic.com> wrote:https://www.reddit.com/r/programming/comments/3qs888/cppcast_d_with_andrei_alexandrescu/language communities is that you get to see how a whole community can miss a point."35:00: "One great thing about being part of several programmingOn the note of inlining C++ into D. I guess this is the domain where we will have to rely on LTO taking you there. Not an advertisable feature though. Catching foreign language exceptions. It's supported but we only act as a messenger. Intercept the thrown exception and pass it on, with the expectation that higher up the backtrace is the C++ or whatever language catch handler to deal with it. I don't see catching or throwing C++ exceptions from D ever happening. At least, you need more help than just mangling and layout.AndreiYou're a walking sound bite generator.
Oct 31 2015
On Friday, 30 October 2015 at 03:23:17 UTC, Andrei Alexandrescu wrote:https://www.reddit.com/r/programming/comments/3qs888/cppcast_d_with_andrei_alexandrescu/ 35:00: "One great thing about being part of several programming language communities is that you get to see how a whole community can miss a point." AndreiGreat interview! It's a shame though that you didn't point people to your "Generic Programming Must Go" talk when you were talking about std.allocator and design by introspection.
Oct 31 2015