Difference between revisions of "Source code"

From Computer History Wiki
Jump to: navigation, search
(A start..)
 
m (better cat)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''Source code''' is the term used for the human-readable form of a [[program]] in a [[programming language]], before it is processed by an [[assembly language|assembler]] or [[compiler]] to produce the program in [[object code]] ('binary') form, or by an [[interpreter]] which runs the program directly.
 
'''Source code''' is the term used for the human-readable form of a [[program]] in a [[programming language]], before it is processed by an [[assembly language|assembler]] or [[compiler]] to produce the program in [[object code]] ('binary') form, or by an [[interpreter]] which runs the program directly.
 +
 +
{{semi-stub}}
 +
 +
[[Category: Basics]]

Latest revision as of 22:46, 16 December 2018

Source code is the term used for the human-readable form of a program in a programming language, before it is processed by an assembler or compiler to produce the program in object code ('binary') form, or by an interpreter which runs the program directly.