Re: excel-d v0.0.1 - D API to write functions callable from Excel

2017-04-25 Thread jmh530 via Digitalmars-d-announce
On Tuesday, 25 April 2017 at 22:21:33 UTC, Ali Çehreli wrote: Just by guessing, what we don't see here is that there is a wrapping layer that does the copying. Disposal logic is called by that layer. So, your scope(exit) takes place at a higher layer. Here is made-up-pseudo-code by me. :)

Re: excel-d v0.0.1 - D API to write functions callable from Excel

2017-04-25 Thread Ali Çehreli via Digitalmars-d-announce
On 04/25/2017 01:20 PM, jmh530 wrote: > On Monday, 24 April 2017 at 21:59:34 UTC, Atila Neves wrote: >> >> Enter the `@Dispose` UDA: >> > > I found this really interesting. > > Am I understanding the process correctly: apply map to numbers, allocate > and return a new array in D, copy it to

Re: Fastest JSON parser in the world is a D project

2017-04-25 Thread Mir Al Monsor via Digitalmars-d-announce
you could check it out on http://jsontuneup.com for treeview your json object and wrong inside your json.

Re: excel-d v0.0.1 - D API to write functions callable from Excel

2017-04-25 Thread jmh530 via Digitalmars-d-announce
On Monday, 24 April 2017 at 21:59:34 UTC, Atila Neves wrote: Enter the `@Dispose` UDA: I found this really interesting. Am I understanding the process correctly: apply map to numbers, allocate and return a new array in D, copy it to Excel, call dispose to free the D memory. So if you

Re: "Competitive Advantage with D" is one of the keynotes at C++Now 2017

2017-04-25 Thread Atila Neves via Digitalmars-d-announce
On Sunday, 23 April 2017 at 12:29:24 UTC, Guillaume Piolat wrote: On Sunday, 23 April 2017 at 12:04:08 UTC, Guillaume Piolat wrote: Hence Rust that sanctified this style. And why it's not that interesting to the modern C++ programmer. Actually, writing Rust made me realise how bad my C++

Re: "Competitive Advantage with D" is one of the keynotes at C++Now 2017

2017-04-25 Thread XavierAP via Digitalmars-d-announce
On Tuesday, 11 April 2017 at 06:08:16 UTC, Ali Çehreli wrote: I have to say it took me a very long time to come up with the title and the abstract. How could I sell D to C++ experts? Luckily, I asked Manu and among a long list of ideas he said "it's about saving time" and "time is money".