Re: Are transpiling techniques different than compiling techniques?

Kaz Kylheku <480-992-1380@kylheku.com>
Sat, 16 Oct 2021 17:26:45 -0000 (UTC)

          From comp.compilers

Related articles
[2 earlier articles]
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)
Re: Are transpiling techniques different than compiling techniques? 480-992-1380@kylheku.com (Kaz Kylheku) (2021-10-16)
Re: Are transpiling techniques different than compiling techniques? tkoenig@netcologne.de (Thomas Koenig) (2021-10-16)
Re: Are transpiling techniques different than compiling techniques? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2021-10-16)
Re: Are transpiling techniques different than compiling techniques? DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2021-10-17)
Re: Are transpiling techniques different than compiling techniques? gah4@u.washington.edu (gah4) (2021-10-17)
Re: Are transpiling techniques different than compiling techniques? gah4@u.washington.edu (gah4) (2021-10-17)
| List of all articles for this month |

From: Kaz Kylheku <480-992-1380@kylheku.com>
Newsgroups: comp.compilers
Date: Sat, 16 Oct 2021 17:26:45 -0000 (UTC)
Organization: A noiseless patient Spider
References: 21-10-017 21-10-019
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="64878"; mail-complaints-to="abuse@iecc.com"
Keywords: translator
Posted-Date: 16 Oct 2021 13:48:12 EDT

On 2021-10-12, Detlef Meyer-Eltz <Meyer-Eltz@t-online.de> wrote:
> I'm working for years on the Delphi to C++ translater "Delphi2Cpp",
> without beeing aware, that this kind of software is called a "transpiler".


It isn't; that's just a word used by some web programming hipsters.
Transpilers are everywhere, because browsers are stuck with Javascript
as their lowest-level target language*, and it sucks so terribly that
people want to use almost anything else. The bar is quite low; it's easy
to write toy languages that spit out Javascript, so it has become a kind
of popular sport, and from there came "transpiling".


---
* I know what Webassembly is; it's gadget for expressing lower-level
computations with machine-oriented types, to complement and accompany
Javascript; it is not a replacement for Javascript.)



Post a followup to this message

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