Source-code compatibility: Difference between revisions

Content deleted Content added
Metrax (talk | contribs)
rm a device (usually; rm processor; mv computer --> wikilink; rm ) punc; (weasels) (dab) (spec)
Metrax (talk | contribs)
cpyedit: device --> computer; (const) 2x; +s (gram); -an; (gram) +s (plural tense const)
Line 1:
In [[computing]], a [[central processing unit|computer ]] that can run the same [[source code]] intended to be [[compile]]d and run on another devicecomputer is said to be '''source-compatible'''.
 
The source code must be [[compiler|compiled]] before running, unless the devicecomputers can work as an
[[Interpreter (computing)|InterpreterInterpreters]] (this is the case of a few [[bytecode]] processors). Confusingly, sometimes the term is used for [[assembly language]] compatibility, where the source is already [[human-readable]] [[machine code]] but must be converted to executable code by an [[Assembly language#Assembler|assembler]].
 
Source-compatibility is a major issue in the developing of computer programs. For example, most [[Unix]] systems are source compatible, as long as one uses only standard [[library|libraries]]. [[Microsoft Windows]] systems are source compatible across one major family (NT, 2000, XP or 95, 98, ME), with partial source compatibility between the two families.