资讯

Find out how source code is compiled for different programming languages and computer architectures, including the evolution from FORTRAN to CLR and JIT compilers.
Source code must be converted into machine language by compilers or assemblers ahead of time or by interpreters at the time the program is run. See programming language and source code editor.