Sociomantic Labs is looking for Software Developers! (D language)

2015-10-23 Thread Andrej Mitrovic via Digitalmars-d-announce
Hi, We at Sociomantic Labs are looking for new software developers to join our ranks in our Berlin office! Here's what we're looking for in a potential candidate: - Experience in C, C++, or D. (You'll be programming in D) - Knowledge of Github or a similar collaborating environment -

Re: Calypso progress report (+ updated MingW64 build)

2015-10-23 Thread Kagamin via Digitalmars-d-announce
On Thursday, 22 October 2015 at 23:24:57 UTC, Elie Morisse wrote: Default constructors are invoked Including class fields? class A { QString s_myFilename; this() { //is s_myFilename constructed already? } }

DConf 2016, Berlin: Call for Submissions is now open!

2015-10-23 Thread Andrei Alexandrescu via Digitalmars-d-announce
Please join us at DConf 2016, the conference of the D programming language in Berlin, Germany, May 4-6 2016. We're very very excited to hold DConf under Sociomantic's sponsorship in their neck of the woods—Berlin, one of Europe's premier technology hotbeds. Sociomantic has been a long-time

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-23 Thread Andrei Alexandrescu via Digitalmars-d-announce
https://www.reddit.com/r/programming/comments/3pxbpp/dconf_2016_berlin_46_may_call_for_submissions_open/ http://hackerne.ws (check "new" around 12:45 EST or scroll down) https://twitter.com/D_Programming/status/657597600271503360 https://www.facebook.com/dlang.org/posts/1158592540821092

Re: LDC 0.16.0 has been released!

2015-10-23 Thread Joakim via Digitalmars-d-announce
On Friday, 23 October 2015 at 20:10:17 UTC, Jack Stouffer wrote: On Thursday, 22 October 2015 at 19:00:07 UTC, Kai Nacke wrote: Hi everyone, LDC 0.16.0, the LLVM-based D compiler, is available for download! Congratulations! Has anyone on the LDC team done any benchmarks on how much faster

Re: Sociomantic Labs is looking for Software Developers! (D language)

2015-10-23 Thread Rikki Cattermole via Digitalmars-d-announce
On 24/10/15 4:51 AM, Andrej Mitrovic wrote: Hi, We at Sociomantic Labs are looking for new software developers to join our ranks in our Berlin office! Here's what we're looking for in a potential candidate: - Experience in C, C++, or D. (You'll be programming in D) - Knowledge of Github or a

Re: LDC 0.16.0 has been released!

2015-10-23 Thread suliman via Digitalmars-d-announce
On Thursday, 22 October 2015 at 19:00:07 UTC, Kai Nacke wrote: Hi everyone, LDC 0.16.0, the LLVM-based D compiler, is available for download! This release is based on the 2.067.1 frontend and standard library and supports LLVM 3.1-3.7 (OS X: no support for 3.3). Don't miss to check if your

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

2015-10-23 Thread Walter Bright via Digitalmars-d-announce
On 10/22/2015 1:53 PM, Marco Leise wrote: There is at least one hurdle. I don't have a place to publish articles, no personal blog or site I contribute articles to and I don't feel like creating a one-shot one right now. :) You can publish it on my site:

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

2015-10-23 Thread Walter Bright via Digitalmars-d-announce
On 10/22/2015 9:29 PM, Joakim wrote: The main D forum is as good a place as any. Just start a thread there. No, articles should be more than postings.

Re: LDC 0.16.0 has been released!

2015-10-23 Thread Jack Stouffer via Digitalmars-d-announce
On Thursday, 22 October 2015 at 19:00:07 UTC, Kai Nacke wrote: Hi everyone, LDC 0.16.0, the LLVM-based D compiler, is available for download! Congratulations! Has anyone on the LDC team done any benchmarks on how much faster ddmd is when compiled with LDC?

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

2015-10-23 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-10-22 22:53, Marco Leise wrote: There is at least one hurdle. I don't have a place to publish articles, no personal blog or site I contribute articles to and I don't feel like creating a one-shot one right now. :) You could have a look at this blog implementation by Dicebot [1]. You

Re: Coedit 2 alpha 1 - now with dub

2015-10-23 Thread Eliatto via Digitalmars-d-announce
On Friday, 25 September 2015 at 05:08:05 UTC, BBasile wrote: - compile, run, choose the configuration and the build type. but only the JSON format is handled. BTW, why there are two formats for dub? Which one will be obsolete? It's a headache for IDE developers.

Re: Coedit 2 alpha 1 - now with dub

2015-10-23 Thread Rory McGuire via Digitalmars-d-announce
I think IDE devs are supposed to use `dub describe` not read the package file directly. That whole package loading section of dub should probably be a library though. On Fri, Oct 23, 2015 at 8:47 AM, Eliatto via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On Friday,

Re: Coedit 2 alpha 1 - now with dub

2015-10-23 Thread Andre Kostur via Digitalmars-d-announce
On 2015-10-22 12:10 PM, Pradeep Gowda wrote: On Thursday, 22 October 2015 at 14:57:22 UTC, BBasile wrote: I'm sorry you feel that way. Let me tell you the positive influence CoEdit had on me. I'm a newbie to D, who was looking for an IDE on Mac. I found CoEdit on github and realised it does

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-23 Thread Jonathan M Davis via Digitalmars-d-announce
On Friday, October 23, 2015 12:37:20 Andrei Alexandrescu via Digitalmars-d-announce wrote: > Call for Submissions > > We are looking forward to your submission for a paper, talk, demo, or > panel for DConf 2016. The topics of choice are anything and everything > related to the D language. For

Re: DConf 2016, Berlin: Call for Submissions is now open!

2015-10-23 Thread Mithun Hunsur via Digitalmars-d-announce
On Friday, 23 October 2015 at 16:37:20 UTC, Andrei Alexandrescu wrote: Please join us at DConf 2016, the conference of the D programming language in Berlin, Germany, May 4-6 2016. [...] Awesome! I have a few ideas for talks, but I might flesh out the associated projects some more before

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

2015-10-23 Thread Laeeth Isharc via Digitalmars-d-announce
On Friday, 23 October 2015 at 19:48:31 UTC, Jacob Carlborg wrote: On 2015-10-22 22:53, Marco Leise wrote: There is at least one hurdle. I don't have a place to publish articles, no personal blog or site I contribute articles to and I don't feel like creating a one-shot one right now. :) You

Re: dfmt 0.4.1

2015-10-23 Thread John Colvin via Digitalmars-d-announce
On Wednesday, 21 October 2015 at 23:21:21 UTC, Brian Schott wrote: dfmt is a formatter for D source code. Changes from 0.4.0: * #189: Better formatting for "in" expressions where the right side of the "in" operator is a function literal. * #190: Fix a bug where whitespace was removed from