Re: tardy v0.0.1 - Runtime polymorphism without inheritance

2020-06-14 Thread Dukc via Digitalmars-d-announce
On Saturday, 13 June 2020 at 15:11:49 UTC, Atila Neves wrote: https://code.dlang.org/packages/tardy https://github.com/atilaneves/tardy If this is what you say, it could be used for object-oriented programing with types that are not designed as objects. Not only that, in principle the design

Re: Interesting work on packing tuple layout

2020-06-14 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 6/14/20 3:36 PM, Timon Gehr wrote: On 14.06.20 20:25, Paul Backus wrote: On Sunday, 14 June 2020 at 16:26:17 UTC, Avrina wrote: The situation also applies to the only tuple implementation in D. If you are proposing a new type with emphasis on reducing the footprint of the tuple then I

Re: This Right In: PLDI 2020 will take place online and registration is FREE. Closes on Jun 5, so hurry!

2020-06-14 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 6/14/20 4:22 PM, Timon Gehr wrote: On 04.06.20 14:46, Andrei Alexandrescu wrote: PLDI (Programming Language Design and Implementation) is a top academic conference. This year PLDI will be held online and registration is free. This is an amazing treat.

Re: Interesting work on packing tuple layout

2020-06-14 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 6/14/20 12:26 PM, Avrina wrote: On Sunday, 14 June 2020 at 03:57:40 UTC, Andrei Alexandrescu wrote: On 6/13/20 11:55 PM, Avrina wrote: On Sunday, 14 June 2020 at 03:08:48 UTC, Andrei Alexandrescu wrote: On 6/13/20 7:30 PM, Timon Gehr wrote: Another question is if automatic packing is worth

Re: Interesting work on packing tuple layout

2020-06-14 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 6/14/20 2:25 PM, Paul Backus wrote: On Sunday, 14 June 2020 at 16:26:17 UTC, Avrina wrote: The situation also applies to the only tuple implementation in D. If you are proposing a new type with emphasis on reducing the footprint of the tuple then I don't see a problem with that. Changing

Re: This Right In: PLDI 2020 will take place online and registration is FREE. Closes on Jun 5, so hurry!

2020-06-14 Thread Timon Gehr via Digitalmars-d-announce
On 04.06.20 14:46, Andrei Alexandrescu wrote: PLDI (Programming Language Design and Implementation) is a top academic conference. This year PLDI will be held online and registration is free. This is an amazing treat. https://conf.researchr.org/home/pldi-2020 Workshops and tutorials (also

Re: Interesting work on packing tuple layout

2020-06-14 Thread Timon Gehr via Digitalmars-d-announce
On 14.06.20 20:25, Paul Backus wrote: On Sunday, 14 June 2020 at 16:26:17 UTC, Avrina wrote: The situation also applies to the only tuple implementation in D. If you are proposing a new type with emphasis on reducing the footprint of the tuple then I don't see a problem with that. Changing

Re: Interesting work on packing tuple layout

2020-06-14 Thread Paul Backus via Digitalmars-d-announce
On Sunday, 14 June 2020 at 16:26:17 UTC, Avrina wrote: The situation also applies to the only tuple implementation in D. If you are proposing a new type with emphasis on reducing the footprint of the tuple then I don't see a problem with that. Changing the existing tuple implementation would

Re: Interesting work on packing tuple layout

2020-06-14 Thread Avrina via Digitalmars-d-announce
On Sunday, 14 June 2020 at 03:57:40 UTC, Andrei Alexandrescu wrote: On 6/13/20 11:55 PM, Avrina wrote: On Sunday, 14 June 2020 at 03:08:48 UTC, Andrei Alexandrescu wrote: On 6/13/20 7:30 PM, Timon Gehr wrote: Another question is if automatic packing is worth making the layout harder to

Elembuf - Circular buffer/array 1.1.X - Dub release

2020-06-14 Thread Cyroxin via Digitalmars-d-announce
After almost two years since initial release, the buffer is now available first time as a 1.1.X release in dub! X indicating the current patch version for hotfixes. It has become ever so difficult to differentiate it from an array due to its same size and usage, thus I'll call it an array

Sublime 3 Color Scheme. A specially for D.

2020-06-14 Thread Виталий Фадеев via Digitalmars-d-announce
Sublime 3 Color Scheme. A specially for D. Dark colors. Main idea is: focus on important words. Demo: https://github.com/vitalfadeev/MainThings

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

2020-06-14 Thread Bastiaan Veelo via Digitalmars-d-announce
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote: https://dl.acm.org/doi/abs/10.1145/3386323 Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote. Thanks to COVID-19, access is free through June 30. I very

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

2020-06-14 Thread Joseph Rushton Wakeling via Digitalmars-d-announce
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote: https://dl.acm.org/doi/abs/10.1145/3386323 Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote. Congratulations! It's really nice to see this in final

Release D 2.092.1

2020-06-14 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.092.1, ♥ to the 9 contributors. http://dlang.org/download.html This point release fixes a few issues over 2.092.1, see the changelog for more details. http://dlang.org/changelog/2.092.1.html -Martin

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

2020-06-14 Thread Dibyendu Majumdar via Digitalmars-d-announce
On Saturday, 13 June 2020 at 03:16:05 UTC, Walter Bright wrote: https://dl.acm.org/doi/abs/10.1145/3386323 Many, many thanks to Mike Parker and Andrei Alexandrescu for their endless hours spent fixing the mess I originally wrote. Read the paper. D is a huge achievement by any account.