Intermediate environment
Intermediate code requires a use of additional software to be executed. Advantage of doing so, is that additional software will abstract use of that operating system specific functions, so that the code that had been written will not be specific to just one platform. Example of intermediate library is .NET. Even so the code that will be executed within .NET environment will not be as efficient as code that had been written specifically for that environment, however it will be abstracted enough, that operating system specific functionality will be replaced with executing methods within that environment. That environment will be responsible to use that operating system specific methods in order to perform desired functionality.
Comments
Post a Comment