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.

Reply via email to