Sourcecode
In computing, source code, or simply code or source, is a plain text computer program written in a programming language. A programmer writes the human readable source code to control the behavior of a computer.
Since a computer, at base, only understands machine code, source code must be translated before a computer can execute it. The translation process can be implemented three ways. Source code can be converted into machine code by a compiler or an assembler. The resulting executable is machine code ready for the computer. Alternatively, source code can be executed without conversion via an interpreter. An interpreter loads the source code into memory. It simultaneously translates and executes each statement. A method that combines compiling and interpreting is to first produce bytecode, which is an intermediate representation of source code that is quickly interpreted.
Hotel Miami
- 2012-06-25T00:00:00.000000Z
Deep Cutz 2
- 2007-09-04T00:00:00.000000Z
Perspectives
- 2018-03-02T00:00:00.000000Z
Axis
- 2015-07-17T00:00:00.000000Z
Sunlight
- 2014-12-08T00:00:00.000000Z
Mumbo Jumbo
- 2014-10-09T00:00:00.000000Z
Earth
- 2014-09-12T00:00:00.000000Z
Time Travel
- 2014-05-25T00:00:00.000000Z
Similar Artists