I know that transpiling is used for compilation.But there is any difference between compiling and transpiling?
Asked
Active
Viewed 47 times
1
-
i guess compiling will in the end create a `runnable` file like `.exe` which will be executed from the OS directly while transpiling is just the convertion from one slang to another (like TypeScript to JavaScript). – messerbill Apr 27 '19 at 10:58
-
"Transpiling" is a misleading and redundant term that shall never be used. – SK-logic Apr 28 '19 at 12:54