Newbie question: What is the importance for a compiler to be able to compile itself?

armencho@gmail.com
Tue, 19 May 2009 04:01:26 -0700 (PDT)

          From comp.compilers

Related articles
Newbie question: What is the importance for a compiler to be able to c armencho@gmail.com (2009-05-19)
Re: Newbie question: What is the importance for a compiler to be able andrew@tomazos.com (Andrew Tomazos) (2009-05-19)
Re: Newbie question: What is the importance for a compiler to be able marcov@snail.stack.nl (Marco van de Voort) (2009-05-19)
Re: Newbie question: What is the importance for a compiler to be able DrDiettrich1@aol.com (Hans-Peter Diettrich) (2009-05-19)
Re: Newbie question: What is the importance for a compiler to be able rose@acm.org (Ken Rose) (2009-05-19)
Re: Newbie question: What is the importance for a compiler to be able gneuner2@comcast.net (George Neuner) (2009-05-19)
Re: Newbie question: What is the importance for a compiler to be able gah@ugcs.caltech.edu (glen herrmannsfeldt) (2009-05-19)
[10 later articles]
| List of all articles for this month |

From: armencho@gmail.com
Newsgroups: comp.compilers
Date: Tue, 19 May 2009 04:01:26 -0700 (PDT)
Organization: Compilers Central
Keywords: question
Posted-Date: 19 May 2009 07:53:31 EDT

HI all,


What is the importance with a compiler that is able to compile itself?
As far as I can see from my limited wisdom, it is not a requirement
and perhaps does not even prove anything substantial about the
compiler? I mean, a C/C++ compiler may be written in Java and so will
at most be compiled by a Java compiler, and vice versa, right? Also,
assemblers do not assemble themselves for the most part, and XSLT
transformers do not transform themselves either.


Just curius.



Post a followup to this message

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