|
|
|
|
|
by progman
3087 days ago
|
|
"Transpile" is an artificial buzzword, just meaning source-to-source translation, from Pascal to C for instance. Actually, there is no such thing as a "transpiler". There are only compilers which are programs which translate from one regular language A into another regular language B. It doesn't matter whether B is a high-level language or low-level machine code. |
|
In any event, is it so bad to have another word for source-to-source compilation? What is it that angers you about it?