Re: D-ideas collection

2016-08-27 Thread cy via Digitalmars-d
D syntax improvement ideas, huh? Make UFCS work for locally defined functions, with a pragma or something, because it can confuse people, but it can also be useful for state machines on ranges, and to avoid cluttering up module namespaces. Pass a block of code as an argument, outside the

Re: D-ideas collection

2016-08-27 Thread Basile B. via Digitalmars-d
On Saturday, 27 August 2016 at 17:08:33 UTC, Suliman wrote: We already have DIPs, but I think we should have place for collecting good ideas that can be integrated in D. This is called "enhancement" on bugzilla:

Re: D-ideas collection

2016-08-27 Thread Seb via Digitalmars-d
On Saturday, 27 August 2016 at 17:08:33 UTC, Suliman wrote: And I do not know where to post it. A couple of ideas: - In general the Wiki (http://wiki.dlang.org/) is a good place to keep information for a longer time, however I couldn't find a good spot on a first glance. - You could also

Re: D-ideas collection

2016-08-27 Thread ag0aep6g via Digitalmars-d
On 08/27/2016 07:08 PM, Suliman wrote: Fro example now I read about interesting future in Dart: With 1.19 we introduce support for an optional trailing comma after the last argument of a call and the last parameter of a function declaration. This makes code editing much easier:

D-ideas collection

2016-08-27 Thread Suliman via Digitalmars-d
We already have DIPs, but I think we should have place for collecting good ideas that can be integrated in D. Most people from here prefer posting it's on forum, but such topics (like ideas from new version of C#) is go down in few days. Fro example now I read about interesting future in