Compilation is the process of transforming instructions given in a human readable format into a format
that can be executed by a different entity.
This is often the machines CPU, but can also be a different interpretor.
This differs from transpilation, which translates the code from one language to another.
The compilation process is often extendable to run other scripts before, during or after the code got compiled.
content
content