March 11, 2021
On Thursday, 11 March 2021 at 19:01:31 UTC, Guillaume Piolat wrote:
> On Tuesday, 9 March 2021 at 21:06:46 UTC, Imperatorn wrote:
>> [...]
>
> There is PL adoption research:
> https://lmeyerov.github.io/projects/socioplt/papers/oopsla2013.pdf
>
> [...]

Interesting! Will read 📖
March 12, 2021
On Wednesday, 10 March 2021 at 18:08:24 UTC, H. S. Teoh wrote:
> On Wed, Mar 10, 2021 at 05:59:56PM +0000, VF via Digitalmars-d wrote: [...]
>> Speaking of bugginess, here's the latest bug that I noticed (dmd 2.094):
>> 
>> mixin template X() { int x; }
>> 
>> struct A { mixin X; int x; } // <- that compiles!
>
> This is not a bug. It's a feature.

Oh dear God.
1 2 3
Next ›   Last »