Native language

Updated: 04/26/2017 by Computer Hope
host language

Sometimes called the host language, the native language is the language understood by the computer. For example, binary is the language understood by the computer. In programming, native code is code that is written to run on a specific processor. To run the code on a different processor, an emulator must be used to trick the program into thinking it has a different processor. If an emulator is used, the software usually performs slower than it would in its native environment.

Binary, Native, Native compiler, Platform, Programming terms