Jump to page: 1 2 3
Thread overview
Wishlist for D
Dec 01, 2015
Ozan
Dec 01, 2015
Suliman
Dec 11, 2015
Andrea Fontana
Dec 11, 2015
ixid
Dec 12, 2015
Brad Anderson
Dec 12, 2015
PuglyWUgly
Dec 14, 2015
tsbockman
Dec 16, 2015
Charles Hixson
Dec 16, 2015
tsbockman
Dec 18, 2015
Yota
Dec 18, 2015
rsw0x
Dec 13, 2015
Guillaume Piolat
Dec 16, 2015
ref2401
Dec 01, 2015
Chris
Dec 01, 2015
BBaz
Dec 01, 2015
Jack Stouffer
Dec 12, 2015
Charles Hixson
Dec 12, 2015
Jack Stouffer
Dec 13, 2015
Charles Hixson
Dec 12, 2015
rsw0x
Dec 18, 2015
Jonas Drewsen
December 01, 2015
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
December 01, 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

Right place is write here
December 01, 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?

Santa Claus
1 Reindeer Street
North Pole

> Regards,  Ozan

Or Adam can compile a wish list from a 300+ monster thread ;)

December 01, 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

I just wish that the D lang members get that they'll become more and more reviewers...and that they'll accept this role. It shouldn't be so difficult since a slice of them don't code anymore anyway.

confere with:

http://forum.dlang.org/thread/uxyvbszhtpxobewgnfnq@forum.dlang.org

;)
December 01, 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

If you have very specific ideas rather, you can always create an enhancement request at issues.dlang.org
December 11, 2015
On Tuesday, 1 December 2015 at 16:48:00 UTC, Suliman wrote:
> Right place is write here

My wishes:
- Less flamewars.
- A heavy template-based image manipulation library (like antigrain for c++)

December 11, 2015
On Friday, 11 December 2015 at 10:04:22 UTC, Andrea Fontana wrote:
> On Tuesday, 1 December 2015 at 16:48:00 UTC, Suliman wrote:
>> Right place is write here
>
> My wishes:
> - Less flamewars.
> - A heavy template-based image manipulation library (like antigrain for c++)

As forums go this one is very calm and reasonable. A long thread disagreeing on an issue isn't a flamewar.
December 12, 2015
A "batteries included" extension to phobos modeled after the Python modules.
Esp. I'd like a standard linkage to Sqlite via D rather than C, but I'm sure that other have other most desired libraries.

Additionally, I'd like fewer language changes.  D is a great language now, and changes, while interesting, are (for my purposes) of at best dubious value.  (Bug fixes, of course, is a different matter.)

OTOH, I am usually not interested in compile time enhancement, but only in execution time enhancements.  E.g., I generally find that using ranges is both less intelligible and less flexible than using indexed access.  (I originally hoped that foreach would be to allow parallel execution, as that was the only use I could see for it. Now I'll occasionally use it, but I so often need to iterate over multiple arrays that I use indexing much more often.)

On 12/01/2015 08:43 AM, Ozan via Digitalmars-d 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
>

December 12, 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.
December 12, 2015
On Friday, 11 December 2015 at 10:04:22 UTC, Andrea Fontana wrote:
> On Tuesday, 1 December 2015 at 16:48:00 UTC, Suliman wrote:
>> Right place is write here
>
> My wishes:
> - Less flamewars.
> - A heavy template-based image manipulation library (like antigrain for c++)

It's probably not as powerful as antigrain but did you see Vladimir's functional image processing library in AE? Cool stuff.

http://blog.thecybershadow.net/2014/03/21/functional-image-processing-in-d/
« First   ‹ Prev
1 2 3