kb:compiler

Differences

This shows you the differences between two versions of the page.


kb:compiler [2022/08/10 06:33] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Compiler ======
 +
 +a computer program that translates computer code written in one programming language
 +
 +
 +{{wp>Compiler}}
 +
 +<callout type="" title="GitHub Topics" icon="fa fa-github">
 +  * https://github.com/topics/compiler
 +
 +Compilers are software that translate higher-level (more human readable) programming languages to lower-level languages (e.g. machine code). The processor executes machine code, which indicates when binary high and low signals are required in the arithmetic logic unit of the processor. Examples of compiled languages include BASIC, Fortran, C++, C, and Java.
 +</callout> 
 +
 +
 +{{tag>kb   programming       }}