in reply to Re: Some thoughts around the "is Perl code maintainable" discussion
in thread Some thoughts around the "is Perl code maintainable" discussion
The main problem with C before ANSI-C was the lack of standardisation. Portability was an added burden, especially when several of the C compilers had their own methods of allowing mixing in assembler code.
For me, ANSI Standardisation was wonderful, and allowed me to move from Pascal to (ANSI), C as my preferred programming language.