Wishlist for D

rsw0x via Digitalmars-d digitalmars-d at puremagic.com
Sat Dec 12 12:04:50 PST 2015


On Tuesday, 1 December 2015 at 16:43:55 UTC, Ozan wrote:
> Hi
>
> We all have experience with several programming languages and 
> the great ideas implemented there. It is close to Xmas and I 
> think the right time for wishes about future functions in D. 
> Where is right place to put these inspirations on?
>
> Shall we send them directly to the D Foundation presidents? The 
> Secretary? A central mailbox?
>
> Regards,  Ozan

static foreach

standardized low-level optimizations you would find available in 
something like GNU C - e.g, address of labels(extreme performance 
benefit can be had when used properly,) likely/unlikely hints for 
conditionals

simd library, or, just an SSE implementation that works across 
all 3 compilers.


More information about the Digitalmars-d mailing list