This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Question re. FSF GNU SmallEiffel vs. C and C++


On Oct 17, 2000, mike corbeil ordinary user account <mcorbeil@NetRevolution.com> wrote:

> the SmallEiffel compiler translates the code to or into C, followed
> (obv.) by compiling the C code.  This seems tentatively or possibly
> okay, or even good, if it avoids problems people have with C++, and
> C; however, this also means that SmallEiffel is more of a macro
> language than a real one, albeit modelled after or based on the
> Eiffel language.

This is not unlike the first implementation of C++, that was also a
translator from C++ to C.  Given enough time and interest, people may
eventually write a front-end for GCC, that may allow more higher-level
information about the source program to be exposed to the compiler,
providing for language-specific optimizations.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]