Re: Alexa Skill written in D

2017-01-11 Thread Chris via Digitalmars-d-announce
On Sunday, 8 January 2017 at 22:54:58 UTC, Walter Bright wrote: Yes. I can't because anything I post gets autobanned. Why is that?

Re: Beta 2.073.0-b1

2017-01-11 Thread Martin Nowak via Digitalmars-d-announce
On Saturday, 7 January 2017 at 21:39:18 UTC, Timothee Cour wrote: * -transition=safe/-dip1000 => not mentioned in http://dlang.org/changelog/2.073.0.html That's deliberate, as you can't even use it with writeln yet. * std.experimental.ndslice has been deprecated. The synchronization between P

Re: Alexa Skill written in D

2017-01-11 Thread extrawurst via Digitalmars-d-announce
On Tuesday, 10 January 2017 at 11:46:22 UTC, Laeeth Isharc wrote: On Saturday, 7 January 2017 at 13:17:35 UTC, extrawurst wrote: Hi guys, the last 2 weeks I jumped on a new toy project: An Alexa Skill written in D. It is a skill that allows me to voice control my TV receiver with commands li

GMP bindings for DLang

2017-01-11 Thread Andrew Hall via Digitalmars-d-announce
I've been writing D bindings for GMP the multi-precision numeric library. I know Dlang has bignum, but GMP is still the fastest library for extremely large numbers. I've thus far written header interface for all of gmp.h minus the mpn_t functions (low level natural numbers). And I'm in the pr

Re: GMP bindings for DLang

2017-01-11 Thread Nordlöw via Digitalmars-d-announce
On Wednesday, 11 January 2017 at 12:53:13 UTC, Andrew Hall wrote: https://code.dlang.org/packages/libgmp See also http://forum.dlang.org/thread/imoaobpfaggyphjox...@forum.dlang.org

Re: Alexa Skill written in D

2017-01-11 Thread Walter Bright via Digitalmars-d-announce
On 1/11/2017 2:09 AM, Chris wrote: On Sunday, 8 January 2017 at 22:54:58 UTC, Walter Bright wrote: Yes. I can't because anything I post gets autobanned. Why is that? Probably because I posted links to articles I wrote myself. I didn't know at the time it was against their rules.