Re: Preparing for the New DIP Process

2024-01-21 Thread claptrap via Digitalmars-d-announce
On Sunday, 21 January 2024 at 07:11:50 UTC, Jordan Wilson wrote: On Saturday, 20 January 2024 at 22:53:15 UTC, privateWHAT wrote: I also suspect those that did prefer class level private (I believe this is what Atila prefers), it's not high on their list of priorities. I wouldn't pay too

Re: New DUB documentation

2023-11-22 Thread claptrap via Digitalmars-d-announce
On Wednesday, 22 November 2023 at 21:35:34 UTC, WebFreak001 wrote: the revamped DUB documentation I started a while ago is now deployed on https://dub.pm A bunch of pages are still WIP, but the already done pages have a bunch of new information and should be better structured. I recommend

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-05 Thread claptrap via Digitalmars-d-announce
On Thursday, 5 October 2023 at 08:46:50 UTC, Dom DiSc wrote: On Thursday, 5 October 2023 at 00:53:45 UTC, claptrap wrote: [...] he is has more interesting things to talk about than whether "enum { yes, no }" is a good idea or not. His point here was not that having an enum with values for yes

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-04 Thread claptrap via Digitalmars-d-announce
On Wednesday, 4 October 2023 at 21:03:14 UTC, bachmeier wrote: On Wednesday, 4 October 2023 at 19:50:55 UTC, claptrap wrote: On Wednesday, 4 October 2023 at 12:50:16 UTC, bachmeier wrote: On Wednesday, 4 October 2023 at 07:26:25 UTC, claptrap wrote: I personally found this talk very

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-04 Thread claptrap via Digitalmars-d-announce
On Wednesday, 4 October 2023 at 12:50:16 UTC, bachmeier wrote: On Wednesday, 4 October 2023 at 07:26:25 UTC, claptrap wrote: I personally found this talk very disappointing. Walter is the head honcho and he's giving talks on coding guidelines? Its like visiting the F1 engineering workshop

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-04 Thread claptrap via Digitalmars-d-announce
On Monday, 2 October 2023 at 17:28:19 UTC, Mike Parker wrote: It's been a long, long while since I published anything on the blog. I do intend to get pick it up again down the road, but Walter recently surprised me with plans of his own. He's taken the topic of his DConf '23 talk and derived a

Re: D Language Foundation July 2023 Monthly Meeting Summary

2023-08-14 Thread claptrap via Digitalmars-d-announce
On Friday, 11 August 2023 at 13:37:57 UTC, Mike Parker wrote: The D Language Foundation's monthly meeting for July 2023 took ### Nick Nick had nothing new for us but did have some comments on the `-wo` switch. He thought it was great. However, since there's no indication by default if code is

Re: Adding Modules to C in 10 Lines of Code

2022-06-06 Thread claptrap via Digitalmars-d-announce
On Monday, 6 June 2022 at 03:17:34 UTC, forkit wrote: On Monday, 6 June 2022 at 00:19:16 UTC, zjh wrote: On Sunday, 5 June 2022 at 22:41:41 UTC, Walter Bright wrote: But yes, as far as i know, D is the first to do this - i.e. turn the class into a pseudo type, that cannot have encapsulation

Re: Adding Modules to C in 10 Lines of Code

2022-06-04 Thread claptrap via Digitalmars-d-announce
On Saturday, 4 June 2022 at 12:29:59 UTC, Paulo Pinto wrote: On Saturday, 4 June 2022 at 07:40:36 UTC, Walter Bright wrote: On 5/29/2022 11:13 PM, Paulo Pinto wrote: Precompiled headers for C and C++ were certainly a module-like system (I know because I wrote one), but they are horrific

Re: DIP 1038--"@mustUse" (formerly "@noDiscard")--Accepted

2022-02-08 Thread claptrap via Digitalmars-d-announce
On Tuesday, 8 February 2022 at 01:53:17 UTC, forkit wrote: On Tuesday, 8 February 2022 at 01:40:38 UTC, forkit wrote: If in D, it means you must use it, then 'mustuse' makes more sense. If not, then stick with what people already know, is my advice. Probably @noignore would be a better

Re: Post: Why no one is using your D library

2020-07-02 Thread claptrap via Digitalmars-d-announce
On Thursday, 2 July 2020 at 17:29:29 UTC, Adam D. Ruppe wrote: On Thursday, 2 July 2020 at 17:19:31 UTC, claptrap wrote: and adrdoc? i think and they put everything onto its own page. Not even worth trying imo, that's why i wrote a replacement from scratch. adrdox could prolly be modified

Re: Post: Why no one is using your D library

2020-07-02 Thread claptrap via Digitalmars-d-announce
On Thursday, 2 July 2020 at 14:56:09 UTC, aberba wrote: Why no one is using your D library So I decided to write a little something special. Its my love letter to D folks. https://aberba.vercel.app/2020/why-no-one-is-using-your-d-library/ i think one problem is a default docs generated by

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-07-02 Thread claptrap via Digitalmars-d-announce
On Thursday, 2 July 2020 at 13:03:12 UTC, Guillaume Piolat wrote: On Thursday, 2 July 2020 at 11:13:41 UTC, claptrap wrote: If you're doing a plugin the host callback thread wont be known to the D runtime and so the GC wont pause it. So as long as you dont call anything that might trigger

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-07-02 Thread claptrap via Digitalmars-d-announce
On Thursday, 2 July 2020 at 12:36:09 UTC, IGotD- wrote: On Thursday, 2 July 2020 at 11:13:41 UTC, claptrap wrote: If you're doing a plugin the host callback thread wont be known to the D runtime and so the GC wont pause it. So as long as you dont call anything that might trigger the GC while

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-07-02 Thread claptrap via Digitalmars-d-announce
On Thursday, 2 July 2020 at 10:13:02 UTC, Dagmar wrote: On Monday, 29 June 2020 at 21:29:31 UTC, Ali Çehreli wrote: Then don't turn it off. :) I understand there are programs where an undeterministic delay in processing is unacceptable but those programs all run on real-time operating