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

2023-10-05 Thread angel via Digitalmars-d-announce
I think if `class` is a reference type, it should've been explicit: ```sh class C { ... } auto obj = new C(); void func(ref C obj) { ... } ``` I don't mind if it does not compile without the `ref`, but it should be on the table - WYSIWYG.

Re: Destroy All Memory Corruption

2021-04-22 Thread angel via Digitalmars-d-announce
On Thursday, 22 April 2021 at 13:08:39 UTC, matheus wrote: On Thursday, 22 April 2021 at 01:31:09 UTC, Ali Çehreli wrote: On 4/19/21 6:12 PM, Walter Bright wrote: I'll be doing a reprise of my DConf 2020 talk on Destroy All Memory Corruption on April 21, 2021 at 7PM PST. https://nwcpp.org/

Re: Discussion Thread: DIP 1039--Static Arrays with Inferred Length--Community Review Round 1

2021-01-06 Thread angel via Digitalmars-d-announce
On Wednesday, 6 January 2021 at 09:24:28 UTC, Mike Parker wrote: The Feedback Thread is here: https://forum.dlang.org/post/qglydztoqxhhcurvb...@forum.dlang.org Why not "int[auto] arr = [1, 2, 3]" ? IMHO auto keyword is less ambiguous than $.

Re: DIP 1030-- Named Arguments--Formal Assessment

2020-09-17 Thread angel via Digitalmars-d-announce
On Thursday, 17 September 2020 at 12:58:06 UTC, Mike Parker wrote: DIP 1030, "Named Arguments", has been accepted. I would really want to see tuples ...

Re: The Future of the GtkDcoding Blog

2019-11-21 Thread angel via Digitalmars-d-announce
On Tuesday, 19 November 2019 at 19:37:41 UTC, Ron Tarrant wrote: In 2006, I started a blog on PHP-GTK 2.x that ran for 40 posts before the blog site I was using closed its door. By then, I was caught up in writing Corkboard, the first full-featured application I'd written for my own amusement

Re: A tutorial teaching the basics about multimedia with the arsd library

2019-06-30 Thread angel via Digitalmars-d-announce
On Sunday, 30 June 2019 at 23:46:27 UTC, Murilo wrote: Hi everyone, I am writing a tutorial teaching the basics about multimedia programming using the arsd library. This is a library all D programmers should have since it is very useful and easy. In this tutorial I will teach in a fun and easy

Re: Started a neat 3D model project of D's mascot in Paint3D

2019-06-04 Thread angel via Digitalmars-d-announce
On Tuesday, 4 June 2019 at 12:23:27 UTC, Aurélien Plazzotta wrote: On Tuesday, 4 June 2019 at 01:54:28 UTC, Kaylan Tussey wrote: I hope someone is better in paint3d than I am! https://github.com/KaylanTussey/3DD Very nice and thanks! Perhaps you could add a C++ corpse being trampled by D

Re: DConf 2019 Livestream

2019-05-08 Thread angel via Digitalmars-d-announce
On Wednesday, 8 May 2019 at 08:00:15 UTC, Andrej Mitrovic wrote: On Wednesday, 8 May 2019 at 07:57:40 UTC, Mike Parker wrote: The venue uses WebEx for livestreaming. All the information is available in this PDF: https://drive.google.com/open?id=1yekllbfOmxHqJNuuWIVeP9vNeROmfp1I "When

Re: ArithEval v0.5.0 released

2018-01-07 Thread angel via Digitalmars-d-announce
On Sunday, 7 January 2018 at 20:41:57 UTC, Dechcaudron wrote: Updating this library I coded more than a year ago, so that I could use it as an optional dependency of the coming up dli library. It allows the runtime evaluation of simple math expressions like `1 + 2 * 3` or `1 ^ foo`, with foo

Re: Graylog Extended Log Format (GELF) for D

2016-04-09 Thread angel via Digitalmars-d-announce
But what about this ? https://forum.dlang.org/thread/eryphpbznrrovjvxj...@forum.dlang.org