Overloading relational operators separately; thoughts?
bachmeier via Digitalmars-d
digitalmars-d at puremagic.com
Thu Sep 29 15:27:50 PDT 2016
On Thursday, 29 September 2016 at 20:16:00 UTC, pineapple wrote:
> I repeat: Your thinking like this limits D's viability for
> real-world code.
You're looking for https://www.perl.org/ That's a highly viable
language, where you can do things like bury $[ = 1 somewhere in
your code to change from 0-indexing to 1-indexing of arrays. They
take pride in unpredictable, unreadable code.
More information about the Digitalmars-d
mailing list