Re: Origins of the D Programming Language now published by ACM!

2020-06-20 Thread Bill Baxter via Digitalmars-d-announce
Whoa! Page 23 -- a wild Bill Baxter appears! That was unexpected. :-D --bb On Thu, Jun 18, 2020 at 9:00 PM Walter Bright via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > On 6/18/2020 1:53 PM, tastyminerals wrote: > > On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Br

Re: Origins of the D Programming Language now published by ACM!

2020-06-20 Thread Walter Bright via Digitalmars-d-announce
On 6/20/2020 2:59 PM, Bill Baxter wrote: Whoa! Page 23 -- a wild Bill Baxter appears! That was unexpected.  :-D --bb So many contributors - we tried hard to credit where things came from.

addle 0.1.0 - argument-dependent lookup for UFCS functions

2020-06-20 Thread Paul Backus via Digitalmars-d-announce
Are you tired of D's sane, straightforward scoping rules? Itching for a taste of that old-fashioned C++ madness? Well, itch no more: addle is here to help. addle is a tiny library that implements C++-style argument-dependent lookup (ADL) for D, on an opt-in basis. It lets you extend existing

jdiutil v1.0.0: Just-Do-It util mixin, some small util mixin to make (debug) life easier: string interpolation etc ...

2020-06-20 Thread mw via Digitalmars-d-announce
On Thursday, 18 June 2020 at 09:00:42 UTC, zoujiaqing wrote: Now dlang string processing is complex, like this: We've talked too much on this topic, I've found a number of DIPs, some string interpolation dub packages, either no-longer maintained, or does not fit my need. So I decided to just-