Treating the abusive unsigned syndrome
Nick Sabalausky
a at a.a
Wed Nov 26 05:21:44 PST 2008
"Kagamin" <spam at here.lot> wrote in message
news:ggjcfg$fqq$1 at digitalmars.com...
> bearophile Wrote:
>
>> One solution is to "disable" some of the more error-prone syntax allowed
>> in C, turning it into a compilation error. For example I have seen
>> newbies write bugs caused by leaving & where a && was necessary. In such
>> case just adopting "and" and making "&&" a syntax error solves the
>> problem and doesn't lead to bugs when you convert C code to D (you just
>> use a search&replace, replacing && with and on the code).
>
> Why do you want to turn D into Python? You already has one. Just write in
> python, migrate others to it and be done with C family.
Python has other issues.
More information about the Digitalmars-d
mailing list