Jump to content

Programming language reference

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Rahmandon (talk | contribs) at 13:57, 8 December 2015 (Fixed typo, Fixed grammar, Added links, r03111068981@gmail.com). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

r03111068981@yahoo.com~201_2015

The Fortran Automatic Coding System for the IBM 704 (15 October 1956), the first Programmer's Reference Manual for Fortran

A programming language reference (or language reference manual) is an artifact that describes a programming language so that users and developers can understand the basic elements of and write computer programs in the target language.

A programming language reference manual is one form of documentation that is associated with most mainstream programming languages. A reference manual is ordinarily separate and distinct from a programming language specification, which is usually more detailed and intended for use by implementors of the language itself, rather than those who simply use the language to accomplish some processing task.

References