Libraries: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added to encyclopedia.)
m (Replaced encyclopedic tag)
Line 1:
{{encyclopedic}}[[Category:Encyclopedia]]'''Libraries''' are software which extend the functionality of a programming language, usually by providing an [[API]] to complete a specific task. Different languages may have their own name for libraries, such as [[Perl]] modules, or [[Java]] packages.
 
Many programming examples on Rosetta Code [[:Category:Solutions by Library|make use of libraries]].

Revision as of 04:15, 22 January 2008

Libraries are software which extend the functionality of a programming language, usually by providing an API to complete a specific task. Different languages may have their own name for libraries, such as Perl modules, or Java packages.

Many programming examples on Rosetta Code make use of libraries.