Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread zjh via Digitalmars-d-announce
On Monday, 29 August 2022 at 03:32:08 UTC, Ruby The Roobster wrote: The whole point of a struct in an OOP Language is to allow user defined types that prohibit inheritance. Why do someone like `C++`, because it gives you freedom, no matter `what you do`.

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Ruby The Roobster via Digitalmars-d-announce
On Monday, 29 August 2022 at 03:04:15 UTC, zjh wrote: On Monday, 29 August 2022 at 02:58:33 UTC, zjh wrote: On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: and how some people would prefer that it be private-to-the-class instead. Encapsulation by class can quickly determine the

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread zjh via Digitalmars-d-announce
On Monday, 29 August 2022 at 02:58:33 UTC, zjh wrote: On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: Compilation speed is less dependent on file size and more dependent on the `number of files`. Isn't that `strange`? If so, split the files for `editing` and merge them for `c

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread zjh via Digitalmars-d-announce
On Monday, 29 August 2022 at 02:58:33 UTC, zjh wrote: On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: and how some people would prefer that it be private-to-the-class instead. Encapsulation by class can quickly determine the `problem`. The smaller the `encapsulate`, the better. I

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread zjh via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: Compilation speed is less dependent on file size and more dependent on the `number of files`. Isn't that `strange`?

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Sergey via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: This summary is quite a bit overdue. Sorry for the delay. One of the most interesting posts! Thank you for sharing that, Mike. And for the work of all participants and committers.

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread jmh530 via Digitalmars-d-announce
On Sunday, 28 August 2022 at 10:37:03 UTC, Mike Parker wrote: This summary is quite a bit overdue. Sorry for the delay. [...] Thanks for the detailed update.

Re: raylib-d version 4.2.0 released!

2022-08-28 Thread Anton Pastukhov via Digitalmars-d-announce
On Sunday, 28 August 2022 at 15:25:11 UTC, Steven Schveighoffer wrote: I just released version 4.2.0 of the [raylib-d binding](https://code.dlang.org/packages/raylib-d). [Release notes](https://github.com/schveiguy/raylib-d/releases/tag/v4.2.0): * Raylib binding now updated to reflect versio

raylib-d version 4.2.0 released!

2022-08-28 Thread Steven Schveighoffer via Digitalmars-d-announce
I just released version 4.2.0 of the [raylib-d binding](https://code.dlang.org/packages/raylib-d). [Release notes](https://github.com/schveiguy/raylib-d/releases/tag/v4.2.0): * Raylib binding now updated to reflect version 4.2.0 of the C library * Include new `validateRaylibBinding` functionali

Re: D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Steven Schveighoffer via Digitalmars-d-announce
On 8/28/22 6:37 AM, Mike Parker wrote: SARC has marked a major milestone in that their 500KLOC Extended Pascal codebase has been completely transcompiled to D This is awesome! I remember that talk, and it was very interesting. Congratulations! -Steve

D Language Foundation July 2022 Quarterly Meeting Summary

2022-08-28 Thread Mike Parker via Digitalmars-d-announce
This summary is quite a bit overdue. Sorry for the delay. The July 8 D Language Foundation meeting was one of our quarterly meetings. In the first part of these meetings, representatives from industry join us to provide us with updates, notify us of issues they're experiencing, and provide us