Re: Are transpiling techniques different than compiling techniques?

Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Tue, 12 Oct 2021 20:19:20 +0200

          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)
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)
[3 later articles]
| List of all articles for this month |

From: Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Newsgroups: comp.compilers
Date: Tue, 12 Oct 2021 20:19:20 +0200
Organization: Compilers Central
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="19498"; mail-complaints-to="abuse@iecc.com"
Keywords: translator
Posted-Date: 12 Oct 2021 22:12:34 EDT
In-Reply-To: 21-10-019

On 10/12/21 11:34 AM, Detlef Meyer-Eltz wrote:
> I'm working for years on the Delphi to C++ translator "Delphi2Cpp",
> without beeing aware, that this kind of software is called a "transpiler".
>
> https://www.texttransformer.com/Delphi2Cpp_en.html
> <https://www.texttransformer.com/Delphi2Cpp_en.html>


Hi Detlef, I find your "TextTransformer" quite a good name :-)


> In contrast to a compiler, which has to be fast because it is used over
> and over again in the development of software, the speed of the
> tranpiler does not matter: ideally, it only has to be used once to do
> its job.


Depending on the project type all (daily...) updates of the origin have
to be translated anew. With the risk of introduced bugs that require a
verification of each translation.


DoDi


Post a followup to this message

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