EDDYMENS

Last updated 2022-11-05 03:50:45

What Is A Transpiler?

Table of contents

Definition

A transpiler converts one programming language [→] syntax [→] to another.

Use Cases and Examples

Why would you want to convert one programming language to another?

Well imagine the situation where you will like to introduce special syntax to the programming language you are working with, either out of convenience or maybe to make it easier for non-technical team members to contribute to the source code [→].

In this case instead of designing a new programming language and build a compiler [→] or interpreter [→] for it , you can transpile the language to an existing one and leverage its existing compiler or interpreter.

An example of a transpiled programming language is Typescript [↗] which is converted to Javascript [↗].

Summary

Transpilers help engineering teams leverage existing technology to introduce new ways of doing things.

Here is another article you might like 😊 "Diary Of Insights: A Documentation Of My Discoveries"