Re: Are transpiling techniques different than compiling techniques?

Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Sat, 16 Oct 2021 23:55:12 +0200

          From comp.compilers

Related articles
[4 earlier articles]
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: Hans-Peter Diettrich <DrDiettrich1@netscape.net>
Newsgroups: comp.compilers
Date: Sat, 16 Oct 2021 23:55:12 +0200
Organization: Compilers Central
References: 21-10-017 21-10-018 21-10-025
Injection-Info: gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="22345"; mail-complaints-to="abuse@iecc.com"
Keywords: history
Posted-Date: 16 Oct 2021 18:15:55 EDT
In-Reply-To: 21-10-025

On 10/16/21 7:16 PM, Kaz Kylheku wrote:


> "To compile" is an attractive word in that it means putting stuff
> together


The same applies to "assemble" at machine level.


I could imagine that at that time the result was more important than
sophisticated handling of source code. A portable C compiler also is
assumed to output executable modules where other compilers rely on a linker.


DoDi
[The Bell Labs portable C compiler output assembler source code, although
most people didn't notice since it normally assembled it and threw the
assembler code away. Last time I checked gcc and clang do the same. -John]



Post a followup to this message

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