Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #2730
| From | Hans-Peter Diettrich <DrDiettrich1@netscape.net> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | Re: Are transpiling techniques different than compiling techniques? |
| Date | 2021-10-12 20:05 +0200 |
| Organization | Compilers Central |
| Message-ID | <21-10-022@comp.compilers> (permalink) |
| References | <21-10-017@comp.compilers> <21-10-018@comp.compilers> |
On 10/11/21 8:23 PM, Kartik Agaram wrote: > 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. I'd classify both like with lexer and parser by I/O type: A compiler translates from source text into *binary* code, the other one into another source *text*. The "transpiler" IMO is a relict from the time when translation of human speech was the domain of humans, to deprecate the output of translation programs. While automated translation really sucked for decades, in the last years I found human translations and presentations often less precise or meaningful than automated translation. DoDi
Back to comp.compilers | Previous | Next — Previous in thread | Next in thread | Find similar
Are transpiling techniques different than compiling techniques? Roger L Costello <costello@mitre.org> - 2021-10-11 13:26 +0000
Re: Are transpiling techniques different than compiling techniques? Kartik Agaram <ak@akkartik.com> - 2021-10-11 11:23 -0700
Re: Are transpiling techniques different than compiling techniques? Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2021-10-12 20:05 +0200
Re: Are transpiling techniques different than compiling techniques? Kaz Kylheku <480-992-1380@kylheku.com> - 2021-10-16 17:16 +0000
Re: Are transpiling techniques different than compiling techniques? Thomas Koenig <tkoenig@netcologne.de> - 2021-10-16 20:22 +0000
Re: Are transpiling techniques different than compiling techniques? Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2021-10-16 23:55 +0200
Re: Are transpiling techniques different than compiling techniques? Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2021-10-17 07:02 +0200
Re: Are transpiling techniques different than compiling techniques? gah4 <gah4@u.washington.edu> - 2021-10-17 15:01 -0700
Re: Are transpiling techniques different than compiling techniques? "Detlef Meyer-Eltz" <Meyer-Eltz@t-online.de> - 2021-10-12 11:34 +0200
Re: Are transpiling techniques different than compiling techniques? jan van katwijk <j.vankatwijk@gmail.com> - 2021-10-12 17:59 +0200
Re: Are transpiling techniques different than compiling techniques? Hans-Peter Diettrich <DrDiettrich1@netscape.net> - 2021-10-12 20:19 +0200
Re: Are transpiling techniques different than compiling techniques? Christopher F Clark <christopher.f.clark@compiler-resources.com> - 2021-10-14 00:33 +0300
Re: Are transpiling techniques different than compiling techniques? Kaz Kylheku <480-992-1380@kylheku.com> - 2021-10-16 17:26 +0000
Re: Are transpiling techniques different than compiling techniques? gah4 <gah4@u.washington.edu> - 2021-10-17 08:37 -0700
csiph-web