What's missing to make D2 feature complete?
Dicebot via Digitalmars-d
digitalmars-d at puremagic.com
Sun Dec 21 01:46:39 PST 2014
On Saturday, 20 December 2014 at 17:40:06 UTC, Martin Nowak wrote:
> Just wondering what the general sentiment is.
>
> For me it's these 3 points.
>
> - tuple support (DIP32, maybe without pattern matching)
Nice but not important, unless you mean full tuple redesign (not
realistic)
> - working import, protection and visibility rules (DIP22, 313,
> 314)
MUST HAVE
> - finishing non-GC memory management
a bit hard to define it as a single feature as there are many
issues involved
From me:
- do at least something about scope
- make possible to disable attributes (aka !final / !pure)
- better user-defined type support (any built-in type must be
possible to emulate via user aggregate)
In general I most commonly don't want to add new features but fix
existing ones (in backwards incompatible way) though.
More information about the Digitalmars-d
mailing list