Re: The D Language Foundation is now incorporated

2015-10-19 Thread Dicebot via Digitalmars-d-announce
On Friday, 16 October 2015 at 10:04:36 UTC, Andrei Alexandrescu wrote: We're very excited about the creation of the D Language Foundation and we hold high hopes that it will have a strong positive effect on the D language and community. Andrei Looking forward to reading more details about

Re: Fastest JSON parser in the world is a D project

2015-10-19 Thread Ola Fosheim Grøstad via Digitalmars-d-announce
On Saturday, 17 October 2015 at 16:27:08 UTC, Sean Kelly wrote: Oh absolutely. My issue with the benchmark is just that it claims to be a JSON parser benchmark but the bulk of CPU time is actually spent parsing floats. Well, most of such language-comparison benchmarks are just for

Re: Walter Bright, Scott Meyers and me live on the most watched morning show in Romania

2015-10-19 Thread Iain Buclaw via Digitalmars-d-announce
On 17 October 2015 at 11:36, Andrei Alexandrescu via Digitalmars-d-announce wrote: > D got mentioned as well. > > It was an odd succession of events that ultimately had Walter, Scott, and > myself live at ProTV's morning news. > > Walter gives great advice

Re: Fastest JSON parser in the world is a D project

2015-10-19 Thread Sönke Ludwig via Digitalmars-d-announce
Am 16.10.2015 um 18:04 schrieb Marco Leise: Every value that is read (as opposed to skipped) is validated according to RFC 7159. That includes UTF-8 validation. Full validation (i.e. readJSONFile!validateAll(…);) may add up to 14% overhead here. Nice! I see you are using bitmasking trickery

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Russel Winder via Digitalmars-d-announce
On Sun, 2015-10-18 at 14:52 -0700, Jonathan M Davis via Digitalmars-d- announce wrote: > […] > I expect that you're going to get a fair bit of disagreement on that. > We've > been telling everyone for years that it's full of old stuff that > mostly > only works with old versions of D (most of it

Re: Walter Bright, Scott Meyers and me live on the most watched morning show in Romania

2015-10-19 Thread rumbu via Digitalmars-d-announce
On Saturday, 17 October 2015 at 22:39:17 UTC, Ali Çehreli wrote: On 10/17/2015 02:36 AM, Andrei Alexandrescu wrote: use Google Translate for the text). Ok, let's try it: His name is Andrei Alexandrescu - and is famous as "novel from Facebook". :) Ali That's because they don't use

Re: Walter Bright, Scott Meyers and me live on the most watched morning show in Romania

2015-10-19 Thread Russel Winder via Digitalmars-d-announce
On Mon, 2015-10-19 at 11:48 +, rumbu via Digitalmars-d-announce wrote: > On Saturday, 17 October 2015 at 22:39:17 UTC, Ali Çehreli wrote: > > On 10/17/2015 02:36 AM, Andrei Alexandrescu wrote: > > > use Google Translate for the text). > > > > Ok, let's try it: His name is Andrei Alexandrescu

Re: Walter Bright, Scott Meyers and me live on the most watched morning show in Romania

2015-10-19 Thread rumbu via Digitalmars-d-announce
Here you go: Few jobs are safe choices for a future career. However, the programmer job is guaranteed as being a „gold bracelet”. Who and especially how can one innitiate this path? A respected specialist from Silicon Valley will answer these questions for us. His name is Andrei

Re: It's a class! It's a struct! It's ... SuperStruct!

2015-10-19 Thread Sönke Ludwig via Digitalmars-d-announce
The TaggedAlgebraic type that I made some time ago is also related. It's roughly a superset in that it exposes all members of all types instead of only the common types: https://github.com/s-ludwig/taggedalgebraic

Re: It's a class! It's a struct! It's ... SuperStruct!

2015-10-19 Thread Walter Bright via Digitalmars-d-announce
On 10/18/2015 12:00 PM, rcorre wrote: SuperStruct is a struct that acts like a class: I suggest it be renamed to 'shimmer': http://www.nbc.com/saturday-night-live/video/shimmer-floor-wax/n8625

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-10-19 13:18, Russel Winder via Digitalmars-d-announce wrote: Has anyone tried GitLab (was Gitorious)? Yes, we're using at work. It's what you use if you don't want to pay for GitHub :). I think it's really good, almost as good as GitHub. It comes bundled with a GitLab CI as well,

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Nick Sabalausky via Digitalmars-d-announce
On 10/19/2015 10:49 AM, Jacob Carlborg wrote: On 2015-10-19 13:18, Russel Winder via Digitalmars-d-announce wrote: Has anyone tried GitLab (was Gitorious)? Yes, we're using at work. It's what you use if you don't want to pay for GitHub :). I think it's really good, almost as good as GitHub.

Re: The D Language Foundation is now incorporated

2015-10-19 Thread bachmeier via Digitalmars-d-announce
On Monday, 19 October 2015 at 14:49:12 UTC, Jacob Carlborg wrote: It's what you use if you don't want to pay for GitHub :). Not really. If you have a .edu email address, you get an unlimited Bitbucket account for free. It's popular with academics for that reason. No setup and no heavy

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Suliman via Digitalmars-d-announce
dsource.org exists only for archival purposes, and IMHO, that's how it should stay. - Jonathan M Davis I do not think that it's good idea to storage D1 stuff forever. The stuff can be backup to old.dsource.org or so. D need more actual materials then saving retro-stuff.

Re: Coedit 2 alpha 1 - now with dub

2015-10-19 Thread BBasile via Digitalmars-d-announce
On Saturday, 17 October 2015 at 16:31:38 UTC, DK wrote: Hi, this link https://github.com/BBasile/Coedit/ doesn't work for me (( Coedit is now (since three weeks to be more accurate) a private software. I've removed all what was deletable but obviously all the previous announces on the NG are

Re: The D Language Foundation is now incorporated

2015-10-19 Thread bachmeier via Digitalmars-d-announce
On Saturday, 17 October 2015 at 20:19:05 UTC, Suliman wrote: Andrei, with whom I can talk about dsource.org? I am thinking that it can be very good collective forum (project forum) for D. I hope that our CMS that will be released very soon would be good for it. This NG can be stay for

CppCon: Declarative Control Flow

2015-10-19 Thread Andrei Alexandrescu via Digitalmars-d-announce
It came up while I was traveling, someone posted it on reddit already (thanks): https://www.reddit.com/r/programming/comments/3pcwa1/the_comedian_strikes_again_andrei_alexandrescu_on/ Good motivation for, and examples of, using scope statements. Andrei

Re: CppCon: Declarative Control Flow

2015-10-19 Thread cym13 via Digitalmars-d-announce
On Monday, 19 October 2015 at 15:38:41 UTC, Andrei Alexandrescu wrote: It came up while I was traveling, someone posted it on reddit already (thanks): https://www.reddit.com/r/programming/comments/3pcwa1/the_comedian_strikes_again_andrei_alexandrescu_on/ Good motivation for, and examples of,

Re: DCD 0.7.1

2015-10-19 Thread Brian Schott via Digitalmars-d-announce
On Monday, 19 October 2015 at 20:29:41 UTC, Brian Schott wrote: From the README: "The D Completion Daemon is an auto-complete program for the D programming language." 0.7.1 is a (boring) bug-fix release. https://github.com/Hackerpilot/DCD/releases/tag/v0.7.1 Skip that. Grab 0.7.2 because

Re: Coedit 2 alpha 1 - now with dub

2015-10-19 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 19 October 2015 at 15:03:52 UTC, BBasile wrote: On Saturday, 17 October 2015 at 16:31:38 UTC, DK wrote: Hi, this link https://github.com/BBasile/Coedit/ doesn't work for me (( Coedit is now (since three weeks to be more accurate) a private software. I've removed all what was

DCD 0.7.1

2015-10-19 Thread Brian Schott via Digitalmars-d-announce
From the README: "The D Completion Daemon is an auto-complete program for the D programming language." 0.7.1 is a (boring) bug-fix release. https://github.com/Hackerpilot/DCD/releases/tag/v0.7.1

Re: CppCon: Declarative Control Flow

2015-10-19 Thread Meta via Digitalmars-d-announce
On Monday, 19 October 2015 at 16:51:59 UTC, Andrei Alexandrescu wrote: On 10/19/2015 12:51 PM, Andrei Alexandrescu wrote: On 10/19/2015 11:45 AM, cym13 wrote: On Monday, 19 October 2015 at 15:38:41 UTC, Andrei Alexandrescu wrote: A bit off topic but I've always wondered... Why are people

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-10-19 17:21, bachmeier wrote: Not really. If you have a .edu email address, you get an unlimited Bitbucket account for free. It's popular with academics for that reason. No setup and no heavy hardware requirements to deal with. Well, if you're a company and don't want to put your code

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-10-19 16:54, Nick Sabalausky wrote: From what I've seen, I think it's better than GitHub. Although I haven't really used it for an actual project yet. I've used both GitHub and GitLab quite a lot and I prefer GitHub. It feels more polished overall. But what's nice about GitLab is

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Mengu via Digitalmars-d-announce
On Monday, 19 October 2015 at 14:54:34 UTC, Nick Sabalausky wrote: On 10/19/2015 10:49 AM, Jacob Carlborg wrote: On 2015-10-19 13:18, Russel Winder via Digitalmars-d-announce wrote: Has anyone tried GitLab (was Gitorious)? Yes, we're using at work. It's what you use if you don't want to

Re: It's a class! It's a struct! It's ... SuperStruct!

2015-10-19 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/18/15 3:00 PM, rcorre wrote: SuperStruct is a struct that acts like a class: [snip] Nice. I discussed "Classify" a while back with this semantics. -- Andrei

Re: The D Language Foundation is now incorporated

2015-10-19 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, October 19, 2015 14:37:50 Suliman via Digitalmars-d-announce wrote: > > dsource.org exists only for archival purposes, and IMHO, that's > > how it should stay. > > > > - Jonathan M Davis > > I do not think that it's good idea to storage D1 stuff forever. > The stuff can be backup to

Re: CppCon: Declarative Control Flow

2015-10-19 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/19/2015 12:51 PM, Andrei Alexandrescu wrote: On 10/19/2015 11:45 AM, cym13 wrote: On Monday, 19 October 2015 at 15:38:41 UTC, Andrei Alexandrescu wrote: It came up while I was traveling, someone posted it on reddit already (thanks):

Re: CppCon: Declarative Control Flow

2015-10-19 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 10/19/2015 11:45 AM, cym13 wrote: On Monday, 19 October 2015 at 15:38:41 UTC, Andrei Alexandrescu wrote: It came up while I was traveling, someone posted it on reddit already (thanks): https://www.reddit.com/r/programming/comments/3pcwa1/the_comedian_strikes_again_andrei_alexandrescu_on/

Re: CppCon: Declarative Control Flow

2015-10-19 Thread Zz via Digitalmars-d-announce
On Monday, 19 October 2015 at 16:51:59 UTC, Andrei Alexandrescu wrote: On 10/19/2015 12:51 PM, Andrei Alexandrescu wrote: On 10/19/2015 11:45 AM, cym13 wrote: On Monday, 19 October 2015 at 15:38:41 UTC, Andrei Alexandrescu wrote: It came up while I was traveling, someone posted it on reddit

Re: It's a class! It's a struct! It's ... SuperStruct!

2015-10-19 Thread rcorre via Digitalmars-d-announce
On Sunday, 18 October 2015 at 21:26:55 UTC, rcorre wrote: And at the risk of going a little overboard, I think the answer to supporting arbitrary templated functions is to wrap visitor/project itself in a template, that then returns a variadic function while passing along other compile-time