help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is emacs helpful or necessary to gcc programming?


From: Dave Steffen
Subject: Re: Is emacs helpful or necessary to gcc programming?
Date: 31 May 2003 14:49:52 -0600

Jimmerr <jimkkREMOVEME@umich.edu> writes:

> If I use a different editor from emacs, what features will I be
> losing in terms of programming with gcc?

None whatsoever.  Unless I misunderstand your question, you have some
fundamental misconceptions about programming.  Programming (the act
of creating source files containing computer code) is completely
separate from the act of compiling (turning files containing computer
code into executables).

GCC is a compiler; it could care less where the source files come
from.  Emacs is an editor; it could care less what you do with the
files you produce with it.  Any other text editor (vi, pico, etc) will
give you precisely the same results.

It just so happens that Emacs has very good support for programming,
which makes it _easier_ to write code.

--------------------------------------------------------------------------
Dave Steffen, Ph.D.               Wave after wave will flow with the tide
Dept. of Physics                    And bury the world as it does
Colorado State University         Tide after tide will flow and recede
steffend@lamar.colostate.edu        Leaving life to go on as it was...
                                                        - Peart / RUSH
"The reason that our people suffer in this way.... 
is that our ancestors failed to rule wisely".   -General Choi, Hong Hi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]