Is D still alive?

Mafi mafi at example.org
Thu Jan 27 04:24:06 PST 2011


Am 27.01.2011 01:41, schrieb spir:
> On 01/26/2011 11:33 PM, Trass3r wrote:
>>> For me, D's killer features were string handling (slicing and
>>> appending/concatenation) and *no header files*. (No more header files!!
>>> Yay!!!). But auto is fantastic too though, I get sooo much use out of
>>> that.
>>
>> Getting rid of the pointer crap (proper arrays, bounds checking,
>> classes as
>> reference types,...) is definitely among the top 10 on my list.
>
> Same here. But I would prefere slicing not to check upper bound, rather
> just extend to the end. Or have a slicing variant do that.
>
> Denis
What about a[1.. min(x, $)]. (min from std.alorithm)?

Mafi


More information about the Digitalmars-d mailing list