Re: Which Fortran editor do you prefer to work with, in Linux?
From: Kamaraju Kusumanchi (kk288_at_cornell.edu)
Date: 10/22/04
- Next message: James Van Buskirk: "Re: Reading an array from a text file into fortran"
- Previous message: jan van oosterwijk: "Re: Reading an array from a text file into fortran"
- In reply to: Angelo: "Which Fortran editor do you prefer to work with, in Linux?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 22 Oct 2004 17:07:18 +0000
Angelo wrote:
> I am aware of several free (for research purposes) fortran 95
> compilers for use in Linux, such as Intel or g95. I am interested to
> know, if any free editor exists in Linux and which do you prefer to
> work with.
>
> Thanks in advance for your comments.
I use vim or sometimes gvim along with ctags. There are couple of
plugins in vim - project, fortran indentation, fortran syntax
highlighting which make your life easier.
I feel that vim is well equipped with all the tools for C programming
than fortran. You need to spend initial couple of hours to customize the
settings and stuff. For example, to get the syntax highlighting for
newly created.f90 files, you need to add couples lines into .vimrc etc.,
The vim community is not much active when it comes to fortran. But since
I know vim pretty well, I stuck with it instead of learning a new editor
(like emacs).
If you are starting new, I suggest go directly to x-emacs if you have
good memory (you need to rememeber all those nifty shortcuts). If you
want intuitive key bindings then go for vim. I personally feel that
trying out different things and then choosing one is a time consuming
effort. Choose one and stick with it. Both have good and bad features.
Both are quite powerful and can accomplish almost any complicated
editing job.
The other editors such as nedit, pico etc., might be good for starting
programming. But if you plan to do a lot of programming in linux, either
vim or emacs is the way to go..
hth
raju
- Next message: James Van Buskirk: "Re: Reading an array from a text file into fortran"
- Previous message: jan van oosterwijk: "Re: Reading an array from a text file into fortran"
- In reply to: Angelo: "Which Fortran editor do you prefer to work with, in Linux?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|