August 20, 2014
On 8/19/14, 6:41 PM, Andrew Edwards wrote:
> On 8/19/14, 1:26 PM, Andrei Alexandrescu wrote:
>> On 8/18/14, 5:23 PM, Nick Sabalausky wrote:
>>> On 8/18/2014 7:14 PM, Dicebot wrote:
>>>>
>>>> I also propose to start 2.067 beta branch right now and declare it yet
>>>> another bug-fixing release.
>>>
>>> Seconded.
>>
>> Well that's what happened - someone started 2.067. What's the advantage
>> of doing this? Now we need to worry about master and 2.067 instead of
>> just master. -- Andrei
>>
>
> That was my doing... I am preparing myself for the next go around. The
> actual branch will be created on Sunday (24 Aug) for a Monday (0900 PDT)
> announcement. The beta cycle will run eight weeks following that. On the
> fourth week (22 Sept) I will transition from beta to RC.
[snip]

Love the systematic approach. Thanks! -- Andrei

August 20, 2014
On 8/20/14, 2:15 AM, disapointed user wrote:
> thank you general for your selfish and user considered release.
> the lieutenants probably feel kind of really taken care of - as well as
> D users.
> how do you test and release at facebook.
> i am a user that considers to leave after many years. i am starting to
> dislike the language, as it is getting blown up and the the syntax
> getting ever weirder, less mainstream and a support for windows that
> really sucks.
>
> good luck in the future for all you guys

What is it that we could help with? -- Andrei

August 20, 2014
On Wednesday, 20 August 2014 at 09:15:54 UTC, disapointed user wrote:

> the the syntax getting ever weirder, less mainstream and a

While I agree with some of your remarks (particularily, the fact that it becomes too "scripting" language) ... where to go?

I don't like Go (syntax, mainly). The sole contender in the C++-like family, for systems programming, would be Vala, but since they dropped the posix profile... :(
August 20, 2014
On Wednesday, 20 August 2014 at 22:00:58 UTC, eles wrote:
> On Wednesday, 20 August 2014 at 09:15:54 UTC, disapointed user wrote:
>
>> the the syntax getting ever weirder, less mainstream and a
>
> While I agree with some of your remarks (particularily, the fact that it becomes too "scripting" language) ... where to go?
>
> I don't like Go (syntax, mainly). The sole contender in the C++-like family, for systems programming, would be Vala, but since they dropped the posix profile... :(

I don't know, but I am keeping an eye on bitc:

http://www.coyotos.org/pipermail/bitc-dev/

I like how Shapiro discuss the various issues.
August 20, 2014
On Wednesday, 20 August 2014 at 22:00:58 UTC, eles wrote:
> On Wednesday, 20 August 2014 at 09:15:54 UTC, disapointed user wrote:
>
>> the the syntax getting ever weirder, less mainstream and a
>
> While I agree with some of your remarks (particularily, the fact that it becomes too "scripting" language) ... where to go?
>
> I don't like Go (syntax, mainly). The sole contender in the C++-like family, for systems programming, would be Vala, but since they dropped the posix profile... :(

D has set a new standard for me.  No CTFE, no thanks.
August 21, 2014
On Wed, 20 Aug 2014 10:18:09 -0700
Andrei Alexandrescu via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:

> What is it that we could help with? -- Andrei
he's drama queen, he doesn't need any help, only attention.


August 21, 2014
On Wed, 20 Aug 2014 22:00:57 +0000
eles via Digitalmars-d-announce <digitalmars-d-announce@puremagic.com>
wrote:

> I don't like Go (syntax, mainly). The sole contender in the C++-like family, for systems programming, would be Vala, but since they dropped the posix profile... :(
language without CTFE is soo unpleasant to use after D. i'm programmed
in various lisps and schemes and was very glad to find the
C-like language with metaprogramming abilities. and I WANT AST
MACROS! ;-) no, i don't want to write code to *support* AST macros, i
want to write code that *uses* AST macros. ;-)


August 21, 2014
On Thursday, 21 August 2014 at 01:30:52 UTC, ketmar via Digitalmars-d-announce wrote:
> On Wed, 20 Aug 2014 10:18:09 -0700
> Andrei Alexandrescu via Digitalmars-d-announce
> <digitalmars-d-announce@puremagic.com> wrote:
>
>> What is it that we could help with? -- Andrei
> he's drama queen, he doesn't need any help, only attention.

Just let's try to be less harsher. Even if that's true, being harsh would be of no good for that person and for us neither.

August 21, 2014
On 20/08/14 18:57, Brad Anderson wrote:

> Anything specific you have problems with? Syntax changes aren't all that
> common these days

Support for C++ namespaces where just released and support for C++ templates will most likely end up in master soon.

-- 
/Jacob Carlborg
August 21, 2014
"Jacob Carlborg"  wrote in message news:lt43pj$ral$1@digitalmars.com...

> Support for C++ namespaces where just released and support for C++ templates will most likely end up in master soon.

Support for C++ templates was in the last release, and the new pull request is only for special mangling of some stl declarations.