DConf Hackathon Ideas
Daniel N via Digitalmars-d
digitalmars-d at puremagic.com
Sat Apr 29 02:42:02 PDT 2017
On Thursday, 27 April 2017 at 14:53:02 UTC, Mike Parker wrote:
> This year, DConf has an extra day tacked on for problem solving
> in the form of a hackathon. The intent is to work on issues
> people find frustrating in the D ecosystem. While there will be
> time given at the event for proposals, and those involving
> third-party projects are welcome, it will help speed things
> along for the organizers to come in with a list of big issues
> to get the ball rolling.
>
> To help in compiling the list, what are some major issues from
> the ecosystem that you'd like to see fixed?
Wishlist
1) Make alias parameters work with buildin types, I bet anyone
using D has fallen into trip trap.
alias X(alias T) = T;
X!int x;
More information about the Digitalmars-d
mailing list