On Sunday, 9 January 2022 at 10:35:03 UTC, Timon Gehr wrote:
C++
has ...
To extend the calling parameters, very comfortable.
If only d
had it.
January 09, 2022 Re: Worst ideas/features in programming languages? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Timon Gehr | On Sunday, 9 January 2022 at 10:35:03 UTC, Timon Gehr wrote:
|
January 09, 2022 Re: Worst ideas/features in programming languages? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Timon Gehr | On Sunday, 9 January 2022 at 10:35:03 UTC, Timon Gehr wrote:
|
January 09, 2022 Re: Worst ideas/features in programming languages? | ||||
---|---|---|---|---|
| ||||
Posted in reply to zjh | On Sunday, 9 January 2022 at 12:38:59 UTC, zjh wrote: >On Sunday, 9 January 2022 at 10:35:03 UTC, Timon Gehr wrote:
D does have it |
January 09, 2022 Re: Worst ideas/features in programming languages? | ||||
---|---|---|---|---|
| ||||
Posted in reply to max haughton | On Sunday, 9 January 2022 at 12:48:37 UTC, max haughton wrote: >D does have it folding expression
|
April 23, 2022 Re: Worst ideas/features in programming languages? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Atila Neves | On Monday, 11 October 2021 at 15:59:10 UTC, Atila Neves wrote: >
I'm unsure about type classes/protocols/concepts/traits, they are, theoretically, clearly superior to OOP, but as we already have classes & interfaces in D, they would be too overlapping, I think. |
April 24, 2022 Re: Worst ideas/features in programming languages? | ||||
---|---|---|---|---|
| ||||
Posted in reply to sighoya |
On 24/04/2022 3:01 AM, sighoya wrote:
> I'm unsure about type classes/protocols/concepts/traits, they are, theoretically, clearly superior to OOP, but as we already have classes & interfaces in D, they would be too overlapping, I think.
Signatures are OOP.
Its just that the relationship is inverse of class/interface.
|