P-code Language
- Tags
- comp-sci
Is a hybrid programming language between the compiled and interpreted variants. Such languages take the source code and translate it into a compact binary form, but this form cannot be run directly as machine code. Instead to run the program you interpret the p-code.
P-code can run nearly as fast as a compiled binary but keep the flexibility and power of a good interpreter. Examples of such languages include python and java.