|
|
|
|
|
by c0balt
1479 days ago
|
|
A transpiler is just a piece of software that translates code to code. A compiler is a transpiler that targets machine code and usually builds an executable through various pipelines, e.g. optimization passes etc. Transpilers aren't limited to JS nor web dev. There are various other transpilers/compilers such as nimlangs compiler that can target C. |
|
(Parts of the Nim community are famously insistent that they have a compiler, not a transpiler!)