Translator (computing): Difference between revisions

Content deleted Content added
References: list-defined ref not used
rm cryptocurrency sites, not RSes on Wikipedia
Line 1:
{{unreliable sources}}
{{About|translation of programming languages|translation of natural languages|Natural language processing|and|Machine translation}}
{{Program execution}}
Line 7 ⟶ 8:
 
== Programming Language Processors ==
The software development process is noticeably different depending on the type of translator used by a developer. Stages of the development process that are influenced by a translator include the initial programming stage, the [[debugging]] stage, and most notably the execution process. Factors that are affected during these stages include code performance, feedback speed for the debugging process, language features, and platform independence.<ref>{{Cite web |last=Ivey |first=Alice |date=July 25, 2023 |title=Compiler vs. interpreter: Key differences |url=https://cointelegraph.com/news/compiler-vs-interpreter |website=Cointelegraph}}</ref> Some of the more notable programming language processors used to translate code are [[Compiler|compilers]], [[Interpreter (computing)|interpreters]], and [[Assembly language|assemblers]].<ref name=":0">{{Cite web |date=2018-08-09 |title=Language Processors: Assembler, Compiler and Interpreter |url=https://www.geeksforgeeks.org/language-processors-assembler-compiler-and-interpreter/ |access-date=2024-03-15 |website=GeeksforGeeks |language=en-US}}</ref>
 
=== Compilers ===