Re: Better docs for D (WIP)

2016-02-02 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 1/31/16 6:14 AM, Rory McGuire via Digitalmars-d-announce wrote: If you don't get a cease and desist letter from the D Foundation soon I'd be surprised. Please. Let's take this a notch or three down. -- Andrei

Re: Vision for the first semester of 2016

2016-02-02 Thread Andre Polykanine via Digitalmars-d-announce
PvDda> I hope D GUI will be usable some day for me and other people not PvDda> wanting to fight with tools (and external libraries). Oh yeah! I find this library the most adequate (and the most accessible, btw). But unfortunately it seems abandoned :(. Andre

Utah Meetup group

2016-02-02 Thread Alex Herrmann via Digitalmars-d-announce
Hello D programmers, I'm trying to get a Utah D meetup started, if you're interested, let me know here ( https://docs.google.com/forms/d/13Y8S0aBntCiEGxiCXyCrPwjdG1h3zRXOxCpyzN95U6s/viewform ), and I'll email everyone who replied in a week or so about the numbers, and the next step if there's

Re: Vision for the first semester of 2016

2016-02-02 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 1/29/16 11:07 AM, Adam D. Ruppe wrote: I'd love it if you could do `import thirdparty.independent;` and it magically works too - without even need for a configuration file or an install command. And the docs are right there and tutorials are written however the author feels like writing them.

Re: Vision for the first semester of 2016

2016-02-02 Thread Chris Wright via Digitalmars-d-announce
On Fri, 29 Jan 2016 16:07:48 +, Adam D. Ruppe wrote: > I'd love it if you could do `import thirdparty.independent;` and it > magically works too - without even need for a configuration file or an > install command. And the docs are right there and tutorials are written > however the author

Re: My LLVM talk @ FOSDEM'16

2016-02-02 Thread deadalnix via Digitalmars-d-announce
On Monday, 1 February 2016 at 21:05:03 UTC, Kai Nacke wrote: It was recorded. I announce when the video is online. Regards, Kai Thanks, hope to see that soon :)

Re: Vision for the first semester of 2016

2016-02-02 Thread earthfront via Digitalmars-d-announce
On Friday, 29 January 2016 at 16:07:48 UTC, Adam D. Ruppe wrote: When you do `import std.string;` you expect it to just work, and you find std.string's docs easily from dmd. I'd love it if you could do `import thirdparty.independent;` and it magically works too - without even need for a