Worst ideas/features in programming languages?
ryuukk_
ryuukk.dev at gmail.com
Wed Dec 29 18:38:24 UTC 2021
On Wednesday, 29 December 2021 at 05:14:43 UTC, Walter Bright
wrote:
> Actually, I agree with the need for tuples, and am very open to
> a good design for it.
Yes please! some love for tuples is very much needed, recently
feep shared his neat lang on the IRC, and look at this beauty:
https://github.com/Neat-Lang/neat/blob/master/test/runnable/tuples.nt#L6
No need of an import, no need of special types, it's built-in,
using it would be sweet
It's similar in GO https://gobyexample.com/multiple-return-values
I love that, i wish it could be possible in D
More information about the Digitalmars-d
mailing list