Content deleted Content added
Added Kernighan's points against Pascal |
PierreAbbat (talk | contribs) m fix link |
||
Line 9:
During the [[1990s]] compilers that can be re-targeted to different hardware architectures became more prevalent. This allowed for Pascal translation to native machine code that is at the same time easily ported to new hardware.
With ''Turbo
== Criticism ==
While very popular (although more so in the 1980s and early 1990s than at the time of writing), Pascal has been widely criticised for being unsuitable for "serious" use outside of teaching. [[Brian Kernighan]], co-creator of the [[C programming language]], summed up the most important criticisms of Pascal as early as 1981, in his paper [http://www.lysator.liu.se/c/bwk-on-pascal.html
#Since the size of an array is part of its type, the programmer can't create procedures that deal with general arrays, without regard to their size. This is particularly a problem for string handling.
|