Re: The DLang Tour translated into Russian

2017-06-10 Thread Eugene Wissner via Digitalmars-d-announce
On Sunday, 11 June 2017 at 04:50:55 UTC, Dmitry wrote: On Saturday, 10 June 2017 at 17:50:52 UTC, Eugene Wissner wrote: Может быть: "В стандартной поставке D есть компилятор dmd, инструмент для запуска D программ "на лету", rdmd, и пакетный менеджер dub. ? Лично мне "на лету" не говорит

Re: The DLang Tour translated into Russian

2017-06-10 Thread Dmitry via Digitalmars-d-announce
On Saturday, 10 June 2017 at 17:50:52 UTC, Eugene Wissner wrote: Может быть: "В стандартной поставке D есть компилятор dmd, инструмент для запуска D программ "на лету", rdmd, и пакетный менеджер dub. ? Лично мне "на лету" не говорит ничего, только куча вопросов появляется. P.S. Точку

Re: D for Android beta

2017-06-10 Thread Joakim via Digitalmars-d-announce
On Thursday, 1 June 2017 at 19:31:28 UTC, Joakim wrote: The beta release of ldc 1.3, the llvm-based D compiler, is now out: https://github.com/joakim-noah/android/releases ---snip--- I will write up instructions on how to write an Android app in D _on_ your Android device by using ldc and

Re: Generalized Linear Models and Stochastic Gradient Descent in D

2017-06-10 Thread 9il via Digitalmars-d-announce
Why not to use ndslice and Lubeck [1] libraries instead? [1] https://github.com/kaleidicassociates/lubeck Ilya It is already has hight level ndslice interface for inv (inverse) and mtimes (matmul).

Re: Generalized Linear Models and Stochastic Gradient Descent in D

2017-06-10 Thread 9il via Digitalmars-d-announce
On Saturday, 10 June 2017 at 20:03:16 UTC, data pulverizer wrote: Hi all, I have written a draft article on Generalized Linear Models and Stochastic Gradient Descent in D (https://github.com/dataPulverizer/glm-stochastic-gradient-descent-d/blob/master/article.ipynb) and would greatly

Re: Generalized Linear Models and Stochastic Gradient Descent in D

2017-06-10 Thread Nicholas Wilson via Digitalmars-d-announce
On Saturday, 10 June 2017 at 20:03:16 UTC, data pulverizer wrote: Hi all, I have written a draft article on Generalized Linear Models and Stochastic Gradient Descent in D (https://github.com/dataPulverizer/glm-stochastic-gradient-descent-d/blob/master/article.ipynb) and would greatly

Re: "Programming in D" is up-to-date

2017-06-10 Thread Ali Çehreli via Digitalmars-d-announce
On 06/10/2017 12:53 PM, adamss3 wrote: I just got the paper back which has been upgraded to the latest version. I'm wondering if the hardcover version has been upgraded as well. There is no way of knowing for sure but from my experience it really takes just 1-2 days. I'm confident that it's

Generalized Linear Models and Stochastic Gradient Descent in D

2017-06-10 Thread data pulverizer via Digitalmars-d-announce
Hi all, I have written a draft article on Generalized Linear Models and Stochastic Gradient Descent in D (https://github.com/dataPulverizer/glm-stochastic-gradient-descent-d/blob/master/article.ipynb) and would greatly appreciate your suggestions. Apologies for the spartan nature of the

Re: "Programming in D" is up-to-date

2017-06-10 Thread adamss3 via Digitalmars-d-announce
On Sunday, 28 May 2017 at 14:57:02 UTC, Ali Çehreli wrote: On 05/28/2017 06:25 AM, Steve wrote: On Tuesday, 16 May 2017 at 07:52:18 UTC, Ali Çehreli wrote: On 05/16/2017 12:47 AM, Suliman wrote: Big thanks!!! Thank you all! I'm very happy that it's useful. Ali Has Amazon caught up with

Re: The DLang Tour translated into Russian

2017-06-10 Thread Eugene Wissner via Digitalmars-d-announce
On Saturday, 10 June 2017 at 17:20:14 UTC, Stanislav Blinov wrote: Hi everyone! We're happy to announce that as of today, the Russian translation of the DLang Tour chapters is available here: https://tour.dlang.org/tour/ru/welcome/welcome-to-d , and of course via the language selection page:

Re: The DLang Tour translated into Russian

2017-06-10 Thread Eugene Wissner via Digitalmars-d-announce
On Saturday, 10 June 2017 at 17:20:14 UTC, Stanislav Blinov wrote: Hi everyone! We're happy to announce that as of today, the Russian translation of the DLang Tour chapters is available here: https://tour.dlang.org/tour/ru/welcome/welcome-to-d , and of course via the language selection page:

The DLang Tour translated into Russian

2017-06-10 Thread Stanislav Blinov via Digitalmars-d-announce
Hi everyone! We're happy to announce that as of today, the Russian translation of the DLang Tour chapters is available here: https://tour.dlang.org/tour/ru/welcome/welcome-to-d , and of course via the language selection page: https://tour.dlang.org/tour/en/welcome/languages Hopefully, this

Re: tanya 0.6.0, new containers

2017-06-10 Thread Eugene Wissner via Digitalmars-d-announce
On Saturday, 10 June 2017 at 07:33:33 UTC, Mike B Johnson wrote: On Friday, 9 June 2017 at 18:54:12 UTC, Eugene Wissner wrote: Dear community, there is a new release of my gc-free library, tanya. I don't announce each release, so I want to tell short about the latest development and plans

Re: tanya 0.6.0, new containers

2017-06-10 Thread Mike B Johnson via Digitalmars-d-announce
On Friday, 9 June 2017 at 18:54:12 UTC, Eugene Wissner wrote: Dear community, there is a new release of my gc-free library, tanya. I don't announce each release, so I want to tell short about the latest development and plans for the next releases. [...] Thanks! I'll check it out.. we need