Re: Beta D 2.070.0-b1

2016-01-03 Thread Martin Nowak via Digitalmars-d-announce
On 01/03/2016 09:20 PM, tsbockman wrote: > > Any hope for this? > > https://github.com/D-Programming-Language/dmd/pull/3407#issuecomment-136974686 > > It's been bugging a lot of people lately. Well, this still needs a lot of work that nobody was did. Walter spend almost the whole release

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 1/2/16 6:24 PM, Ilya Yaroshenko wrote: On Saturday, 2 January 2016 at 23:23:38 UTC, Ilya Yaroshenko wrote: On Saturday, 2 January 2016 at 19:49:05 UTC, Jack Stouffer wrote: http://jackstouffer.com/blog/nd_slice.html

Re: Better docs for D (WIP)

2016-01-03 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 1/2/16 2:31 PM, JohnCK wrote: On Wednesday, 30 December 2015 at 23:05:11 UTC, Adam D. Ruppe wrote: This huge friction has killed my desire to contribute to Phobos before and it looks like it is again. the difference is this time, I have my own fork so the community doesn't have to lose out.

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 4 January 2016 at 01:09:30 UTC, Ilya wrote: To be clear: there is NO data in Article example. Only CPU registers are used. It is not fair. -- Ilya Ok, I see were I made the mistake, I apologize. I believed that since I was only testing the np.mean line of code, that the lazy

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Ilya via Digitalmars-d-announce
On Sunday, 3 January 2016 at 23:18:16 UTC, Andrei Alexandrescu wrote: On 1/2/16 6:24 PM, Ilya Yaroshenko wrote: On Saturday, 2 January 2016 at 23:23:38 UTC, Ilya Yaroshenko wrote: On Saturday, 2 January 2016 at 19:49:05 UTC, Jack Stouffer wrote: http://jackstouffer.com/blog/nd_slice.html

Re: Beta D 2.070.0-b1

2016-01-03 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 3 January 2016 at 20:20:19 UTC, tsbockman wrote: On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: First beta for the 2.070.0 release. Any hope for this? https://github.com/D-Programming-Language/dmd/pull/3407#issuecomment-136974686 It's been bugging a lot of

Re: Beta D 2.070.0-b1

2016-01-03 Thread tsbockman via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: First beta for the 2.070.0 release. Any hope for this? https://github.com/D-Programming-Language/dmd/pull/3407#issuecomment-136974686 It's been bugging a lot of people lately.

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Jack Stouffer via Digitalmars-d-announce
On Monday, 4 January 2016 at 00:24:51 UTC, David Nadlinger wrote: On Sunday, 3 January 2016 at 18:56:07 UTC, Jack Stouffer wrote: I still have to disagree with you that the example I submitted was fair. Accessing global memory in D is going to be much slower than accessing stack memory, […]

Re: Damage Control: An homage to Rampart (Alpha)

2016-01-03 Thread rcorre via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:53:25 UTC, Ivan Kazmenko wrote: "If, at the end of a round, you have no territory, you are defeated." I'm almost sure this is currently not true for the last round: the "completed" message showed up for me instead of "defeated". Huh, I couldn't repro that.

Re: DLanguage IntelliJ plugin released

2016-01-03 Thread Kingsley via Digitalmars-d-announce
On Friday, 1 January 2016 at 15:37:44 UTC, Minas Mina wrote: On Wednesday, 30 December 2015 at 17:17:07 UTC, Israel wrote: On Wednesday, 30 December 2015 at 17:04:15 UTC, Suliman wrote: On Monday, 28 December 2015 at 19:23:17 UTC, Kingsley wrote: On Friday, 25 December 2015 at 17:43:06 UTC,

Re: Hash Tables in D

2016-01-03 Thread Minas Mina via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:29:05 UTC, Martin Nowak wrote: On 01/01/2016 04:27 PM, Minas Mina wrote: On Friday, 1 January 2016 at 13:59:35 UTC, Walter Bright wrote: http://minas-mina.com/2016/01/01/associative-arrays/

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 3 January 2016 at 00:17:23 UTC, Ilya Yaroshenko wrote: On Sunday, 3 January 2016 at 00:09:33 UTC, Jack Stouffer wrote: On Saturday, 2 January 2016 at 23:51:09 UTC, Ilya Yaroshenko wrote: This benchmark is _not_ lazy, so ndslice faster than Numpy only 3.5 times. I don't know what

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 3 January 2016 at 18:56:07 UTC, Jack Stouffer wrote: On Sunday, 3 January 2016 at 00:17:23 UTC, Ilya Yaroshenko wrote: [...] I still have to disagree with you that the example I submitted was fair. Accessing global memory in D is going to be much slower than accessing stack

Re: Damage Control: An homage to Rampart (Alpha)

2016-01-03 Thread rcorre via Digitalmars-d-announce
On Saturday, 2 January 2016 at 23:43:48 UTC, thedeemon wrote: On Thursday, 31 December 2015 at 16:43:53 UTC, rcorre wrote: It works fine for me on Win 8.1. But I have no idea what's going on in the game, gameplay is totally unknown to me. ;) I added some instructions on the readme:

Beta D 2.070.0-b1

2016-01-03 Thread Martin Nowak via Digitalmars-d-announce
First beta for the 2.070.0 release. Still a few things missing from the changelog, there is a new package std.experimental.ndslice, and native (DWARF based) exception handling on linux. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.070.0.html Please report any bugs at

Re: Hash Tables in D

2016-01-03 Thread Martin Nowak via Digitalmars-d-announce
On 01/01/2016 04:27 PM, Minas Mina wrote: > On Friday, 1 January 2016 at 13:59:35 UTC, Walter Bright wrote: >> http://minas-mina.com/2016/01/01/associative-arrays/ >> >> https://www.reddit.com/r/programming/comments/3z03ji/hash_tables_in_the_d_programming_language/ >> > > Thanks for sharing this.

Re: Beta D 2.070.0-b1

2016-01-03 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: First beta for the 2.070.0 release. Still a few things missing from the changelog, there is a new package std.experimental.ndslice, and native (DWARF based) exception handling on linux. http://dlang.org/download.html#dmd_beta

Re: Damage Control: An homage to Rampart (Alpha)

2016-01-03 Thread Ivan Kazmenko via Digitalmars-d-announce
On Sunday, 3 January 2016 at 17:09:08 UTC, rcorre wrote: I added some instructions on the readme: https://github.com/rcorre/damage_control#how-to-play "If, at the end of a round, you have no territory, you are defeated." I'm almost sure this is currently not true for the last round: the

Re: Using D and std.ndslice as a Numpy Replacement

2016-01-03 Thread Joakim via Digitalmars-d-announce
On Saturday, 2 January 2016 at 19:49:05 UTC, Jack Stouffer wrote: http://jackstouffer.com/blog/nd_slice.html https://www.reddit.com/r/programming/comments/3z6f7a/using_d_and_stdndslice_as_a_numpy_replacement/ Nicely written, good to see you explain all the code, enjoyed reading it.