| | Lint programming tool Article, Lintprogrammingtool Information (Site not responding. Last check: 2007-10-11) |
 | | Lint is a computer programming tool thatperforms the lexical and syntactic portions of the compilation with substantial additional checks, noting when variables had beenused before being set, when they were used as a datatype other than that of their definition, and numerous other programmingerrors. |
 | | The name of the program was derived from the notion that it would lead to "cleaner", more desirable programming, by pickingthe "lint" -- little bits of fluff -- out of one's code. |
 | | Lint also does some kinds of analysis that compilers typically don't do, such as cross-module consistency checking, andchecking that the code will be portable to other compilers. |
| www.anoca.org /compiler/compilers/lint_programming_tool.html (255 words) |