FACTOID # 153: One motor vehicle is produced for every 10 people in Belgium, the highest rate in the world.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

Encyclopedia > Lint programming tool

Lint is a computer programming tool that performs the lexical and syntactic portions of the compilation with substantial additional checks, noting when variables had been used before being set, when they were used as a datatype other than that of their definition, and numerous other programming errors.


The name of the program was derived from the notion that it would lead to "cleaner", more desirable programming, by picking the "lint" -- little bits of fluff -- out of one's code.


Many of the forms of analysis performed by Lint are also required by optimising compilers, so nowadays compiler warnings provide many of the features of Lint.


Lint also does some kinds of analysis that compilers typically don't do, such as cross-module consistency checking, and checking that the code will be portable to other compilers.


Lint first appeared (outside of Bell Labs) in the seventh version (V7) of the UNIX operating system in 1979. It was a part of PCC, the Portable C Compiler, which was a second compiler included with that system (aside from the principal PDP-11 compiler).


Splint is a modernized successor.


  Results from FactBites:
 
Lint programming tool (176 words)
Lint was a programming tool that first appeared (outside of Bell Labs) in the seventh version (V7) of the UNIX operating system in 1979.
Lint performed the lexical and syntatic portions of the compilation with substantial additional checks, noting when variables had been used before being set, when they were used as a datatype other than that of their definition, and numerous other programming errors.
The name of the program was derived from the notion that it would lead to "cleaner", more desirable programming, by picking the "lint" -- little bits of fluff -- out of one's code.
Tool (291 words)
Although tools were once thought to be used only by humans, it has been observed that chimpanzees and other animals, mostly primates, but also for instance ravens, are able to use them as well.
An instrument is a concrete or abstract tool, in particular a refined one.
Tool can also refer to a person who is being manipulated by someone else, in a similar sense as puppet.
  More results at FactBites »

 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your location
Your comments
Please enter the 5-letter protection code


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.