Re: Wishlist for D

2015-12-18 Thread Jonas Drewsen via Digitalmars-d
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 The one wish I have is to be able to call stuff directly without needing to import the module (like you can in

Re: Wishlist for D

2015-12-18 Thread rsw0x via Digitalmars-d
On Friday, 18 December 2015 at 02:22:48 UTC, Yota wrote: On Wednesday, 16 December 2015 at 12:06:17 UTC, Ola Fosheim Grøstad wrote: On Wednesday, 16 December 2015 at 07:41:45 UTC, tsbockman wrote: [...] Good to see that there is some support for a nextgen version of D. :) My biggest wish i

Re: Wishlist for D

2015-12-18 Thread Ola Fosheim Grøstad via Digitalmars-d
On Friday, 18 December 2015 at 02:22:48 UTC, Yota wrote: My biggest wish is to see the design phase of D3 kick off. Ideally, with a big fat label on it saying "Will not be ready for production for at least 5 or 10 years. Your code WILL be broken sooner than later." I feel like D is in a rut

Re: Wishlist for D

2015-12-17 Thread Yota via Digitalmars-d
On Wednesday, 16 December 2015 at 12:06:17 UTC, Ola Fosheim Grøstad wrote: On Wednesday, 16 December 2015 at 07:41:45 UTC, tsbockman wrote: Overall, it's probably not worth the additional work and risk of adding support directly to the compiler, unless it's going to become the default (as it sh

Re: Wishlist for D

2015-12-16 Thread ref2401 via Digitalmars-d
On Tuesday, 1 December 2015 at 16:48:00 UTC, Suliman wrote: Right place is write here My wish: New `std.io` package that includes `std.file`, `std.path` and `std.stdio` modules.

Re: Wishlist for D

2015-12-16 Thread Ola Fosheim Grøstad via Digitalmars-d
On Wednesday, 16 December 2015 at 07:41:45 UTC, tsbockman wrote: Overall, it's probably not worth the additional work and risk of adding support directly to the compiler, unless it's going to become the default (as it should have been from the beginning). Hence, D3... Good to see that there i

Re: Wishlist for D

2015-12-15 Thread tsbockman via Digitalmars-d
On Wednesday, 16 December 2015 at 07:07:09 UTC, Charles Hixson wrote: It wouldn't need to be a breaking change if checked integer were a separate type series, as the unsigned series is. The types could be called "cint" etc. I expect that they would incur significant overhead, as I don't think

Re: Wishlist for D

2015-12-15 Thread Charles Hixson via Digitalmars-d
On 12/14/2015 01:27 PM, tsbockman via Digitalmars-d wrote: On Sunday, 13 December 2015 at 11:25:37 UTC, Ola Fosheim Grøstad wrote: On Sunday, 13 December 2015 at 11:18:31 UTC, Robert burner Schadek wrote: On Saturday, 12 December 2015 at 22:57:55 UTC, Ola Fosheim Grøstad wrote: 2. Debug-mo

Re: Wishlist for D

2015-12-14 Thread Ola Fosheim Grøstad via Digitalmars-d
On Monday, 14 December 2015 at 21:27:25 UTC, tsbockman wrote: Doing it right would also be a fundamental breaking change, though, It would require a change away from modular arithmetics as the default, true.

Re: Wishlist for D

2015-12-14 Thread tsbockman via Digitalmars-d
On Sunday, 13 December 2015 at 11:25:37 UTC, Ola Fosheim Grøstad wrote: On Sunday, 13 December 2015 at 11:18:31 UTC, Robert burner Schadek wrote: On Saturday, 12 December 2015 at 22:57:55 UTC, Ola Fosheim Grøstad wrote: 2. Debug-mode testing of integer overflow. https://github.com/D-Program

Re: Wishlist for D

2015-12-13 Thread Guillaume Piolat via Digitalmars-d
On Friday, 11 December 2015 at 10:04:22 UTC, Andrea Fontana wrote: - A heavy template-based image manipulation library (like antigrain for c++) There is one, it's called ae.utils.graphics and it's awesome. It's a tinier version of antigrain, useful core though.

Re: Wishlist for D

2015-12-13 Thread Ola Fosheim Grøstad via Digitalmars-d
On Sunday, 13 December 2015 at 11:18:31 UTC, Robert burner Schadek wrote: On Saturday, 12 December 2015 at 22:57:55 UTC, Ola Fosheim Grøstad wrote: 2. Debug-mode testing of integer overflow. https://github.com/D-Programming-Language/phobos/pull/3389 I know, but that does not help when one

Re: Wishlist for D

2015-12-13 Thread Robert burner Schadek via Digitalmars-d
On Saturday, 12 December 2015 at 22:57:55 UTC, Ola Fosheim Grøstad wrote: 2. Debug-mode testing of integer overflow. https://github.com/D-Programming-Language/phobos/pull/3389

Re: Wishlist for D

2015-12-12 Thread Charles Hixson via Digitalmars-d
On 12/12/2015 03:47 PM, Jack Stouffer via Digitalmars-d wrote: On Saturday, 12 December 2015 at 19:55:27 UTC, Charles Hixson wrote: Now I'll occasionally use it, but I so often need to iterate over multiple arrays that I use indexing much more often Why not use foreach(ref a, ref b, ref c; l

Re: Wishlist for D

2015-12-12 Thread Jack Stouffer via Digitalmars-d
On Saturday, 12 December 2015 at 19:55:27 UTC, Charles Hixson wrote: Now I'll occasionally use it, but I so often need to iterate over multiple arrays that I use indexing much more often Why not use foreach(ref a, ref b, ref c; lockstep(array1, array2, array3)) ?

Re: Wishlist for D

2015-12-12 Thread Ola Fosheim Grøstad via Digitalmars-d
On Saturday, 12 December 2015 at 22:10:25 UTC, PuglyWUgly wrote: D canceled, new language G created for GPU, designed as an array processing language. Written in C++ meta templates, otherwise nobody will use it. Duh. Woah, that's drastic, but sounds cool. Well, if we are going drastic: 1. G

Re: Wishlist for D

2015-12-12 Thread PuglyWUgly via Digitalmars-d
D canceled, new language G created for GPU, designed as an array processing language. Written in C++ meta templates, otherwise nobody will use it. Duh.

Re: Wishlist for D

2015-12-12 Thread Brad Anderson via Digitalmars-d
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

Re: Wishlist for D

2015-12-12 Thread rsw0x via Digitalmars-d
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

Re: Wishlist for D

2015-12-12 Thread Charles Hixson via Digitalmars-d
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

Re: Wishlist for D

2015-12-11 Thread ixid via Digitalmars-d
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 ca

Re: Wishlist for D

2015-12-11 Thread Andrea Fontana via Digitalmars-d
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++)

Re: Wishlist for D

2015-12-01 Thread Jack Stouffer via Digitalmars-d
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

Re: Wishlist for D

2015-12-01 Thread BBaz via Digitalmars-d
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

Re: Wishlist for D

2015-12-01 Thread Chris via Digitalmars-d
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

Re: Wishlist for D

2015-12-01 Thread Suliman via Digitalmars-d
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

Wishlist for D

2015-12-01 Thread Ozan via Digitalmars-d
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 presid