Content deleted Content added
replaced w10 with w11 |
|||
(44 intermediate revisions by 22 users not shown) | |||
Line 1:
{{Short description|When a program must be compiled/interpreted before another computer can run it}}
{{Use dmy dates|date=August 2020}}
'''Source-code compatibility''' (source-compatible) means that a program can run on [[central processing unit|computers]] (or [[operating system]]s), independently of [[binary-code compatibility]] and that the [[source code]] is needed for [[Software portability|portability]].<ref name="Baron Higbie 1992" />
The source code must be [[
▲[[Interpreter (computing)|Interpreters]] (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]]. This is different from [[binary code compatibility]], where no recompilation is needed.
Source
== See also ==
* [[Backward compatibility]]
* [[Source upgrade]]
== References ==
{{reflist|refs=
<ref name="Baron Higbie 1992">{{cite book
| last1 = Baron
| first1 = R.J.
| last2 = Higbie
| first2 = L.
| title = Computer Architecture
| publisher = Addison-Wesley Publishing Company
| series = Addison-Wesley series in electrical and computer engineering
| year = 1992
| isbn = 978-0-201-50923-6
| url = https://books.google.com/books?id=CNdQAAAAMAAJ
| access-date = 9 May 2018
| page = 106
}}</ref>
<ref name="Data Processing Digest 1980">{{cite book
| title = Data Processing Digest
| publisher = Data Processing Digest, Incorporated
| issue = v. 26–27
| year = 1980
| url = https://books.google.com/books?id=KaVIAAAAYAAJ
| access-date = 9 May 2018
| page = 21
}}</ref>
<ref name="Stern Monti Bachmann 1998">{{cite book
| last1 = Stern
| first1 = M.
| last2 = Monti
| first2 = G.
| last3 = Bachmann
| first3 = V.
| title = NT Enterprise Network Design
| publisher = Sybex, Network Press
| year = 1998
| isbn = 978-0-7821-2156-8
| url = https://books.google.com/books?id=Ixuh0wTZ4GwC
| language = et
| access-date = 9 May 2018
| page = 17
}}</ref>
}}
{{DEFAULTSORT:Source Code Compatibility}}
{{compu-prog-stub}}▼
[[Category:Backward compatibility]]
[[Category:
|