Re: dmd 2.063 beta

2013-05-15 Thread Dicebot
On Wednesday, 15 May 2013 at 05:08:47 UTC, Walter Bright wrote: http://ftp.digitalmars.com/dmd2beta.zip It's time we start the process. If you wish to be a part of it, join the dmd-beta mailing list. http://wiki.dlang.org/Release_Process May we hope?

Re: DConf 2013 Day 1 Talk 3: Distributed Caching Compiler for D by Robert Schadek

2013-05-15 Thread Dicebot
On Tuesday, 14 May 2013 at 19:57:12 UTC, Guillaume Chatelet wrote: Dicebot, Sönke, how about a vibe.d based compiler ? :P I don't think networking part of of distributed compiler will be that demanding :) It is more about good pipe-lining, like described in Robert presentation. Concurrency

Re: DConf 2013 Day 1 Talk 3: Distributed Caching Compiler for D by Robert Schadek

2013-05-15 Thread Dicebot
P.S. And even easier if std.concurrency starts to work over network sockets :P

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Dicebot
On Friday, 10 May 2013 at 12:08:10 UTC, Andrei Alexandrescu wrote: ... After some more thinking on topic I get the feeling that this is yet another case when having defined and working scope for function parameters would have been extremely useful. Lets imagine some string processing

DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Andrei Alexandrescu
Watch, discuss, vote! As discussed you may want to use reddit for discussing this talk for a larger audience and impact. http://goo.gl/VnDVi Andrei

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Jonathan M Davis
On Wednesday, May 15, 2013 09:42:06 Dicebot wrote: On Friday, 10 May 2013 at 12:08:10 UTC, Andrei Alexandrescu wrote: ... You probably should actually quote part of the message so that it's easier to figure out exactly which message you're replying to it. Presentation recommends to use

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Walter Bright
On 5/15/2013 3:25 AM, Andrei Alexandrescu wrote: Watch, discuss, vote! As discussed you may want to use reddit for discussing this talk for a larger audience and impact. http://goo.gl/VnDVi http://www.reddit.com/r/programming/comments/1edih2/dconf_2013_day_1_talk_4_writing_testable_code_in/

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Walter Bright
On 5/15/2013 3:25 AM, Andrei Alexandrescu wrote: Watch, discuss, vote! As discussed you may want to use reddit for discussing this talk for a larger audience and impact. https://news.ycombinator.com/item?id=5713539

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Andrej Mitrovic
On 5/14/13, Steven Schveighoffer schvei...@yahoo.com wrote: BTW, for comparison: Dconf 2007: 8/25-8/27 2007 Slides posted: 7/10/2008 I wasn't around back then. :) On 5/14/13, Steven Schveighoffer schvei...@yahoo.com wrote: Reminds me of Lewis CK's Everything is amazing, and nobody is happy

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Nick Sabalausky
On Wed, 15 May 2013 06:25:38 -0400 Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: Watch, discuss, vote! As discussed you may want to use reddit for discussing this talk for a larger audience and impact. Torrents and all other links: http://semitwist.com/download/misc/dconf2013/

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Andrei Alexandrescu
On 5/15/13 1:35 PM, Walter Bright wrote: On 5/15/2013 3:25 AM, Andrei Alexandrescu wrote: Watch, discuss, vote! As discussed you may want to use reddit for discussing this talk for a larger audience and impact. http://goo.gl/VnDVi

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Walter Bright
On 5/15/2013 12:08 PM, Andrei Alexandrescu wrote: On 5/15/13 1:35 PM, Walter Bright wrote: On 5/15/2013 3:25 AM, Andrei Alexandrescu wrote: Watch, discuss, vote! As discussed you may want to use reddit for discussing this talk for a larger audience and impact. http://goo.gl/VnDVi

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Leandro Lucarella
Andrei Alexandrescu, el 14 de May a las 20:27 me escribiste: On 5/14/13 7:29 PM, Leandro Lucarella wrote: Walter Bright, el 12 de May a las 11:42 me escribiste: On 5/12/2013 3:49 AM, John Colvin wrote: As frustrating as it is for non-attending enthusiasts like myself, I'd say stick with the

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Leandro Lucarella
Steven Schveighoffer, el 14 de May a las 20:35 me escribiste: On Tue, 14 May 2013 20:26:36 -0400, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: On 5/14/13 7:24 PM, Leandro Lucarella wrote: Still, 10 months seems crazy. As somebody mentioned before, 1 month seems much more

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Leandro Lucarella
Andrei Alexandrescu, el 14 de May a las 20:26 me escribiste: On 5/14/13 7:24 PM, Leandro Lucarella wrote: Andrei Alexandrescu, el 11 de May a las 20:22 me escribiste: On 5/11/13 7:39 PM, Nick Sabalausky wrote: Furthermore, my whole point was nothing more than to merely suggest that *maybe*

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Nick Sabalausky
On Wed, 15 May 2013 15:08:34 -0400 Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: On 5/15/13 1:35 PM, Walter Bright wrote: On 5/15/2013 3:25 AM, Andrei Alexandrescu wrote: Watch, discuss, vote! As discussed you may want to use reddit for discussing this talk for a larger

GtkD 2.2 released, GTK+ with D.

2013-05-15 Thread Mike Wey
GtkD is a D binding and OO wrapper of Gtk+ and is released on the LGPL license. This release wraps Gtk+ 3.8 and GStreamer has been updated to 1.0. GtkD 2.2.0 is now available on gtkd.org: http://gtkd.org/download.html There is also the new forum/newsgroup http://forum.gtkd.org powered by

Re: Visual D 0.3.36 released - support for Alex Bothe's semantic analysis, LDC and profiling

2013-05-15 Thread alex
On Saturday, 11 May 2013 at 10:39:39 UTC, Rainer Schuetze wrote: Hi, a new version of Visual D is long overdue, so finally it is released. In addition to the usual fixes of bugs and regressions, the major highlights of this version are - DParser by Alexander Bothe

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Walter Bright
On 5/15/2013 1:08 PM, Nick Sabalausky wrote: The problem with short URLs is that they're completely opaque: you have no idea where they go. Ex: I didn't know if it was for the reddit, youtube, or the DConf page. Besides, hyperlinking and copy/paste tend to obviate any benefit of shortened URLs.

Re: GtkD 2.2 released, GTK+ with D.

2013-05-15 Thread MattCoder
On Wednesday, 15 May 2013 at 21:16:45 UTC, Mike Wey wrote: GtkD 2.2.0 is now available on gtkd.org: http://gtkd.org/download.html I'll look for this, and by the way, great job.

Re: DConf 2013 Day 1 Talk 4: Writing Testable Code in D by Ben Gertzfield

2013-05-15 Thread Nick Sabalausky
On Wed, 15 May 2013 14:18:30 -0700 Walter Bright newshou...@digitalmars.com wrote: On 5/15/2013 1:08 PM, Nick Sabalausky wrote: The problem with short URLs is that they're completely opaque: you have no idea where they go. Ex: I didn't know if it was for the reddit, youtube, or the DConf

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Nick Sabalausky
On Wed, 15 May 2013 20:18:26 +0200 Andrej Mitrovic andrej.mitrov...@gmail.com wrote: On 5/14/13, Steven Schveighoffer schvei...@yahoo.com wrote: BTW, for comparison: Dconf 2007: 8/25-8/27 2007 Slides posted: 7/10/2008 I wasn't around back then. :) You must be very young, quite a

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread Andrej Mitrovic
On 5/16/13, Nick Sabalausky seewebsitetocontac...@semitwist.com wrote: I wasn't around back then. :) You must be very young, quite a prodigy, really ;) I'm still learning the alphabet, I'm only at D now!

Re: DConf 2013 Opening Keynote by Walter Bright: video and slides available

2013-05-15 Thread 1100110
On 05/09/2013 11:35 AM, Rob T wrote: On Thursday, 9 May 2013 at 07:12:42 UTC, Nick Sabalausky wrote: On Thu, 09 May 2013 08:46:01 +0200 Rob T al...@ucora.com wrote: Here's another FF addon for video downloading (and files too), it works for me quite well.

Re: DConf 2013 Day 1 Talk 2: Copy and Move Semantics in D by Ali Cehreli

2013-05-15 Thread deadalnix
On Wednesday, 15 May 2013 at 20:08:23 UTC, Leandro Lucarella wrote: OK, yeah, I thought I read 10 months somewhere and didn't do the math myself. 2.5 months is still high for my taste (and I insist, only if is just a marketing issue and not the lack of power to edit the talks), but more