DEV Community

Rounit Ranjan Sinha
Rounit Ranjan Sinha

Posted on

What are "transpilers"?

As Compilers translate code from one language to another ex. Java to bytecode. Transpilers translate code to the same language,

Transpilers transform the code of a language into another form of the same language.

There are several transpilers:
Bablel, Typescript, Traceur etc

Top comments (0)