Jump to page: 1 25  
Page
Thread overview
D for the Win
Aug 20, 2014
Andrei
Aug 20, 2014
anonymous
Aug 20, 2014
Walter Bright
Aug 20, 2014
anonymous
Aug 20, 2014
Paulo Pinto
Aug 21, 2014
ketmar
Aug 21, 2014
Nick Sabalausky
Aug 21, 2014
anonymous
Aug 21, 2014
ketmar
Aug 21, 2014
anonymous
Aug 21, 2014
ketmar
Aug 21, 2014
Dicebot
Aug 21, 2014
ketmar
Aug 23, 2014
deadalnix
Aug 21, 2014
anonymous
Aug 21, 2014
Gary Willoughby
Aug 21, 2014
eles
Aug 22, 2014
Walter Bright
Aug 21, 2014
eles
Aug 20, 2014
Peter Alexander
Aug 21, 2014
Nick Sabalausky
Aug 21, 2014
Ola Fosheim Gr
Aug 21, 2014
ketmar
Aug 21, 2014
Jacob Carlborg
Aug 21, 2014
Ola Fosheim Gr
Aug 21, 2014
Rory McGuire
Aug 21, 2014
Rory McGuire
Aug 21, 2014
ketmar
Aug 20, 2014
Walter Bright
Aug 20, 2014
bearophile
Aug 23, 2014
Adam D. Ruppe
Aug 23, 2014
Andrej Mitrovic
Aug 24, 2014
Dicebot
Aug 24, 2014
Mike
Aug 24, 2014
bearophile
Aug 24, 2014
Jacob Carlborg
Aug 24, 2014
Kagamin
Aug 24, 2014
Mike
Aug 24, 2014
ketmar
Aug 24, 2014
ketmar
Aug 24, 2014
Mike
Aug 24, 2014
bearophile
Aug 24, 2014
ketmar
Aug 24, 2014
ketmar
Aug 24, 2014
Mike
Aug 24, 2014
Mike
Aug 24, 2014
ketmar
Aug 24, 2014
Iain Buclaw
Aug 24, 2014
ketmar
Aug 24, 2014
Iain Buclaw
August 20, 2014
stumbled on this blog post:

http://tomerfiliba.com/blog/dlang/

looked like something worth posting to r/programming, so I did
August 20, 2014
> Dlang Dlang Über Alles

as a German, O_O
August 20, 2014
Ha, that opDollar thing in the HTML generator is the nastiest D hack I've seen :-P
August 20, 2014
On 8/20/2014 2:21 PM, Andrei wrote:
> stumbled on this blog post:
>
> http://tomerfiliba.com/blog/dlang/
>
> looked like something worth posting to r/programming, so I did

http://www.reddit.com/r/programming/comments/2e49tm/d_for_the_win/
August 20, 2014
On 8/20/2014 2:33 PM, anonymous wrote:
>> Dlang Dlang Über Alles
>
> as a German, O_O

I'm not surprised that the German programming community has taken to D. After all, German cars all have those "D" stickers on them :-)
August 20, 2014
Andrei:

> http://tomerfiliba.com/blog/dlang/

> struct PascalString {
>    Field!ubyte length;

Also see if UDAs plus compile-time introspection is helpful.


> auto stream = cast(ubyte[])"\x05helloXXXX".dup;

Perhaps this is enough, and avoids one allocation:

immutable stream = "\x05helloXXXX".representation;

Bye,
bearophile
August 20, 2014
On Wednesday, 20 August 2014 at 21:43:26 UTC, Walter Bright wrote:
> On 8/20/2014 2:33 PM, anonymous wrote:
>>> Dlang Dlang Über Alles
>>
>> as a German, O_O
>
> I'm not surprised that the German programming community has taken to D. After all, German cars all have those "D" stickers on them :-)

No, no, "Dlang Dlang Über Alles" is a take on "Deutschland
Deutschland über alles" (Germany Germany over everything), the
first verse of the national anthem as sung in Nazi times.

I was actually worried if the author is German. He's not,
thankfully. He's from Israel. From a German author that would be
an embracement of fascism. Coming from an Israeli, I don't really
know where to put it, probably completely benign.
August 20, 2014
Am 21.08.2014 00:02, schrieb anonymous:
> On Wednesday, 20 August 2014 at 21:43:26 UTC, Walter Bright wrote:
>> On 8/20/2014 2:33 PM, anonymous wrote:
>>>> Dlang Dlang Über Alles
>>>
>>> as a German, O_O
>>
>> I'm not surprised that the German programming community has taken to
>> D. After all, German cars all have those "D" stickers on them :-)
>
> No, no, "Dlang Dlang Über Alles" is a take on "Deutschland
> Deutschland über alles" (Germany Germany over everything), the
> first verse of the national anthem as sung in Nazi times.
>
> I was actually worried if the author is German. He's not,
> thankfully. He's from Israel. From a German author that would be
> an embracement of fascism. Coming from an Israeli, I don't really
> know where to put it, probably completely benign.

As a Portuguese living in Germany, I would say not everyone knows that outside Germany.

Specially the younger generations, they just use it because it sounds cool.

--
Paulo
August 21, 2014
On Wed, 20 Aug 2014 22:02:31 +0000
anonymous via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:

> From a German author that would be an embracement of fascism.
i always wonder how good people at finding various offences and fascims everywhere.

i bet that such people are glad to censor Hašek's "The Good Soldier Švejk", 'cause "Hašek makes fun of the great human tragedy: the war!"


August 21, 2014
On Thu, 21 Aug 2014 00:57:27 +0200
Paulo Pinto via Digitalmars-d-announce
<digitalmars-d-announce@puremagic.com> wrote:

> Specially the younger generations, they just use it because it sounds cool.
and fun. they don't fear that old dead dog anymore, they making fun of it.


« First   ‹ Prev
1 2 3 4 5