Re: Are transpiling techniques different than compiling techniques?

Kartik Agaram <ak@akkartik.com>
Mon, 11 Oct 2021 11:23:33 -0700

          From comp.compilers

Related articles
Are transpiling techniques different than compiling techniques? costello@mitre.org (Roger L Costello) (2021-10-11)
Re: Are transpiling techniques different than compiling techniques? ak@akkartik.com (Kartik Agaram) (2021-10-11)
Re: Are transpiling techniques different than compiling techniques? Meyer-Eltz@t-online.de (Detlef Meyer-Eltz) (2021-10-12)
Re: Are transpiling techniques different than compiling techniques? j.vankatwijk@gmail.com (jan van katwijk) (2021-10-12)
Re: Are transpiling techniques different than compiling techniques? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2021-10-12)
Re: Are transpiling techniques different than compiling techniques? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2021-10-12)
Re: Are transpiling techniques different than compiling techniques? christopher.f.clark@compiler-resources.com (Christopher F Clark) (2021-10-14)
Re: Are transpiling techniques different than compiling techniques? 480-992-1380@kylheku.com (Kaz Kylheku) (2021-10-16)
[6 later articles]
| List of all articles for this month |

From: Kartik Agaram <ak@akkartik.com>
Newsgroups: comp.compilers
Date: Mon, 11 Oct 2021 11:23:33 -0700
Organization: Compilers Central
References: 21-10-017
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="39731"; mail-complaints-to="abuse@iecc.com"
Keywords: history
Posted-Date: 12 Oct 2021 11:17:24 EDT
In-Reply-To: 21-10-017

On a slight tangent, I've never liked the term "compiler". I prefer
"translator". "Translator" maps well with "interpreter" when talking about
natural languages. That seems like a good reason to also use it for
computer languages.


Bringing it back to this thread, I think the difference between compilers
and transpilers is largely meaningless. They're both just translators.


[It is about 65 years too late to change "compiler". On the other
hand, approximately nobody uses "transpiler" and we can use something
less cute like translator, or the classic SIFT. -John]



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.