|
|
|
|
|
by nimitkalra
3810 days ago
|
|
From what I've noticed, these "transpilers" output code that is readable (the code itself is written as though a human wrote it) where as "compilers" output code that has been optimized and show effects of name mangling in the code itself, etc. Just an observation. I think it makes sense to use a different term for this "compiler"-esque behavior. For example, I might edit the output of CoffeeScript generated Javascript whereas I wouldn't know how to modify the output of gcc. |
|
Also C compilers used to generate Assembly text files, which were then piped into the Assembler.
So no, transpiler doesn't make any sense.