Re: early alpha of D REPL

2014-02-13 Thread Tourist
On Tuesday, 11 February 2014 at 04:46:41 UTC, Martin Nowak wrote: Barely running but already fun and a little useful. Example: D import std.algorithm, std.array, std.file; = std D auto name(T)(T t) { | return t.name; | } = name D dirEntries(., SpanMode.depth).map!name.join(, ) =

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-13 Thread tivadj
Next announcement, please, Linux moves to D ;)

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-13 Thread Gary Willoughby
On Thursday, 13 February 2014 at 10:36:37 UTC, tivadj wrote: Next announcement, please, Linux moves to D ;) I'm crossing my fingers for Facebook is fully supporting D and is now working on solid cross-platform debugging tools. ...I can dream.

Re: ACCU: Wednesday, February 12 - Amaury Séchet, Multi-core Software Development Challenges and How D Helps

2014-02-13 Thread deadalnix
On Thursday, 13 February 2014 at 02:24:21 UTC, Walter Bright wrote: On 2/11/2014 10:33 AM, Ali Çehreli wrote: Reminder... Ali Dang, wish I could be there. I had a lot of question, so I conclude I got people really interested or really confused. I'll share the slides when I have some time

Re: early alpha of D REPL

2014-02-13 Thread Rory McGuire
very cool On Thu, Feb 13, 2014 at 12:27 PM, Tourist grava...@gravatar.com wrote: On Tuesday, 11 February 2014 at 04:46:41 UTC, Martin Nowak wrote: Barely running but already fun and a little useful. Example: D import std.algorithm, std.array, std.file; = std D auto name(T)(T t) { |

std.serialization

2014-02-13 Thread Orvid King
Well, I wrote the code for this a while back, and although it was originally intended as a replacement for just std.json (thus the repo name), it does have the framework in place to be a generalized serialization framework, and there is the start of xml, and bson implementations, so I'm

Bounty for -minimal compiler flag

2014-02-13 Thread 1100110
I think it's about time I gave back to this wonderful community. I'm offering a $50 bounty on this. (Preferably Bitcoins, but I'll use bountysource if desired.) rules: Has to be called -minimal Has to fulfill Walter's original post. (listed below) Has to split the separate parts into different

Re: Mono-D v1.6 - method override completion

2014-02-13 Thread Alexander Bothe
Okay, just implemented a completion mode for method overrides. I won't explain this over here, as there are screenshots depicting everything properly already :-) http://mono-d.alexanderbothe.com/method-override-completion-v1-6/

Re: early alpha of D REPL

2014-02-13 Thread Asman01
On Tuesday, 11 February 2014 at 04:46:41 UTC, Martin Nowak wrote: Barely running but already fun and a little useful. Example: D import std.algorithm, std.array, std.file; = std D auto name(T)(T t) { | return t.name; | } = name D dirEntries(., SpanMode.depth).map!name.join(, ) =

Re: Bounty for -minimal compiler flag

2014-02-13 Thread John
I haven't gone into the history, but the only thing to really object to is 'gc' surely. Isn't the rest of it fairly innocuous? J On Thursday, 13 February 2014 at 23:14:20 UTC, 1100110 wrote: 1. moduleinfo 2. exception handling 3. gc 4. Object