Difference between revisions of "Source code"
From Computer History Wiki
(A start..) |
(No difference)
|
Revision as of 01:57, 4 September 2017
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.