Re: [newbie] Re: Fortran compiler

2003-02-18 Thread Seedkum Aladeem
Yes. I remember the Ferranti Pegasus. I ran Fortran II and earlier on it. That 
is one machine that I used paper tape for. I also remember the Algfol60. I 
was in England then.

Seedkum


On Monday 17 February 2003 10:54 pm, Len Lawrence wrote:
 On Mon, 17 Feb 2003 11:11:18 -0800
 Seedkum Aladeem [EMAIL PROTECTED] wrote:

  snip snip snip -

  I remember those good old days. If you guys are nostalgic on the
  seventies, I am also nostalgic on the sixties. I remember those stacks of
  punched cards and machines and the punched paper tapes. I still have a
  bunch of rolls of punched paper tapes. I do not have a paper tape reader
  though. Do you know where I can get my hands on one in the San Francisco
  Bay area?

 And do you remember having to patch them up by hand or unravelling a room
 full of the stuff when it got tangled?

 Anybody remember the Ferranti Pegasus (8k memory) and Mercury Autocode?
 Or Algol60?



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



[newbie] Re: Fortran compiler

2003-02-17 Thread laura

I'm new in Linux. Before asking, I tried to use g77 or f77, but I don't have 
them on the computer. I have the gcc installed and I can compile C programs 
without problems, but I can't compile Fortran programs. I only wanted to 
know where I can find this compiler. 

Laura. 


Jerry Barton escriu: 

On Mon, 17 Feb 2003 07:30:50 GMT
laura [EMAIL PROTECTED] wrote: 

Hi, 

I want to install a Fortran compiler. Where can I find one of them?  

Thanks.  

Laura. 


gcc-g77  

from software installer: 

Name: gcc-g77
Version: 3.2-1mdk
Size: 3746 KB 

Summary: Fortran 77 support for gcc 

Description: This package adds support for compiling Fortran 77 programs with the GNU compiler. 

If you have multiple versions of GCC installed on your system, it is preferred to type g77-$(gcc3.2-version) (without double quotes) in order to use the GNU Fortran 77 compiler version 3.2. 

Files:
/usr/bin/f77
/usr/bin/g77
/usr/bin/g77-3.2
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/f771
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/include/g2c.h
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libfrtbegin.a
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libg2c.a
/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libg2c.so
/usr/share/doc/gcc-g77-3.2
/usr/share/doc/gcc-g77-3.2/ChangeLog.0.f
/usr/share/doc/gcc-g77-3.2/ChangeLog.f
/usr/share/doc/gcc-g77-3.2/ChangeLog.libf2c
/usr/share/doc/gcc-g77-3.2/README
/usr/share/man/man1/g77.1.bz2
--
Registered Linux user # 300600
Registered Linux machine # 185855
at http://counter.li.org
(o_
//\
V_/_ 




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread Aaron
try
urpmi f2c-20001107-4mdk.i586.rpm
Aaron

On Mon, 2003-02-17 at 03:53, laura wrote:
 I'm new in Linux. Before asking, I tried to use g77 or f77, but I don't have 
 them on the computer. I have the gcc installed and I can compile C programs 
 without problems, but I can't compile Fortran programs. I only wanted to 
 know where I can find this compiler. 
 
 Laura. 
 
 
 Jerry Barton escriu: 
 
  On Mon, 17 Feb 2003 07:30:50 GMT
  laura [EMAIL PROTECTED] wrote: 
  
  Hi, 
  
  I want to install a Fortran compiler. Where can I find one of them?  
  
  Thanks.  
  
  Laura. 
  
  
  gcc-g77  
  
  from software installer: 
  
  Name: gcc-g77
  Version: 3.2-1mdk
  Size: 3746 KB 
  
  Summary: Fortran 77 support for gcc 
  
  Description: This package adds support for compiling Fortran 77 programs with the 
GNU compiler. 
  
  If you have multiple versions of GCC installed on your system, it is preferred to 
type g77-$(gcc3.2-version) (without double quotes) in order to use the GNU Fortran 
77 compiler version 3.2. 
  
  Files:
  /usr/bin/f77
  /usr/bin/g77
  /usr/bin/g77-3.2
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/f771
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/include/g2c.h
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libfrtbegin.a
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libg2c.a
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libg2c.so
  /usr/share/doc/gcc-g77-3.2
  /usr/share/doc/gcc-g77-3.2/ChangeLog.0.f
  /usr/share/doc/gcc-g77-3.2/ChangeLog.f
  /usr/share/doc/gcc-g77-3.2/ChangeLog.libf2c
  /usr/share/doc/gcc-g77-3.2/README
  /usr/share/man/man1/g77.1.bz2
  -- 
  Registered Linux user # 300600
  Registered Linux machine # 185855
  at http://counter.li.org
  (o_
  //\
  V_/_ 
  
  
 
 
 __
 
 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com
-- 
Aaron [EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread civileme
On Sunday 16 February 2003 11:53 pm, laura wrote:
 I'm new in Linux. Before asking, I tried to use g77 or f77, but I don't
 have them on the computer. I have the gcc installed and I can compile C
 programs without problems, but I can't compile Fortran programs. I only
 wanted to know where I can find this compiler.

 Laura.

 Jerry Barton escriu:
  On Mon, 17 Feb 2003 07:30:50 GMT
 
  laura [EMAIL PROTECTED] wrote:
  Hi,
 
  I want to install a Fortran compiler. Where can I find one of them?
 
  Thanks.
 
  Laura.
 
  gcc-g77
 
  from software installer:
 
  Name: gcc-g77
  Version: 3.2-1mdk
  Size: 3746 KB
 
  Summary: Fortran 77 support for gcc
 
  Description: This package adds support for compiling Fortran 77 programs
  with the GNU compiler.
 
  If you have multiple versions of GCC installed on your system, it is
  preferred to type g77-$(gcc3.2-version) (without double quotes) in
  order to use the GNU Fortran 77 compiler version 3.2.
 
  Files:
  /usr/bin/f77
  /usr/bin/g77
  /usr/bin/g77-3.2
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/f771
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/include/g2c.h
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libfrtbegin.a
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libg2c.a
  /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/libg2c.so
  /usr/share/doc/gcc-g77-3.2
  /usr/share/doc/gcc-g77-3.2/ChangeLog.0.f
  /usr/share/doc/gcc-g77-3.2/ChangeLog.f
  /usr/share/doc/gcc-g77-3.2/ChangeLog.libf2c
  /usr/share/doc/gcc-g77-3.2/README
  /usr/share/man/man1/g77.1.bz2
  --
  Registered Linux user # 300600
  Registered Linux machine # 185855
  at http://counter.li.org
  (o_
  //\
  V_/_
IF you installed linuxfrom Mandrake CDs. put CD 1 in and boot, selecting 
expert and Upgrade.  At package selection time, go for individual package 
selections and DO NOT NEGLECT all the wonderful compilers in the flat list, 
plus a c interpreter.

Cim--Simula
Smalltalk
hugs--Glasgow Haskell
gcc-g77
gcc-gnat (ADA by another name)
p2c -- one form of pascal  (there is another)

And when you are done with those then go here:

ftp://ftp.nluug.nl/pub/os/Linux/distr/Mandrake/Mandrake-devel/contrib/RPMS

and you will find bigForth, f2c (fortran to C translator which can be piped 
into a compile), ftnchek (like lint for Fortran), and several development 
programs for lam (Local area Multicomputer which cause compiled programs to 
be run distributed over several computers).  You download the rpms and then 
install them from the command line su'ed to root with rpm -ivh, and at the 
same time you learn about the rpm packaging system and dependencies

There are interpreters which should not be overlooked since many of then rival 
compiled programs for speed, particularly Perl, Python, and Ruby, but you 
might want to Google for Pike.

There are also several commercial packages.  A very cursory search reveals 
these

http://www.nikhef.nl/~templon/fortran.html  -- links to many sites open source 
or commercial.

There you will find f77, f90, f95 and F (a subset which discards some things 
from f77 such as EQUIVALENCE) as well as several HPF/HPF 2.0 packages and 
comparisons of users experiences with several.  pg77 is there, too, which 
produces Pentium-class code from fortran77 programs.

Civileme

I grew up with Fortran, back in the days when there were compilers such as 
Fortran-IV, Fortran-G, Fortran-H, Fortran-IV with Watfor and WatFIV...  It is 
still an interesting compiler and language, but these days I use almost 
exclusively Python because I am a bd habit programmer and I need 
something that forces me to code cleanly and clearly, even at the expense of 
features.


If that isn't enough



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread Dennis Myers
On Monday 17 February 2003 03:48 am, civileme wrote:
 On Sunday 16 February 2003 11:53 pm, laura wrote:
  I'm new in Linux. Before asking, I tried to use g77 or f77, but I don't
  have them on the computer. I have the gcc installed and I can compile C
  programs without problems, but I can't compile Fortran programs. I only
  wanted to know where I can find this compiler.
 
  Laura.
 
big snip
 I grew up with Fortran, back in the days when there were compilers such as
 Fortran-IV, Fortran-G, Fortran-H, Fortran-IV with Watfor and WatFIV...  It
 is still an interesting compiler and language, but these days I use almost
 exclusively Python because I am a bd habit programmer and I need
 something that forces me to code cleanly and clearly, even at the expense
 of features.


 If that isn't enough

Ooh, fortran IV, nostalgia hits the brain, the good old days of punch cards 
and sorters. Never , ever drop a stack of cards 6 inches thick. Can ruin your 
whole day. Hehehe 
-- 
Dennis M. linux user #180842


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread Terry Smith
Six inches thick! musta been runnin' some paltry code :-)).

Ahh.. the grand old days (late 1970s),,,   I was in grad school working
in an ecosystem modeling group. We ran, and re-ran and re-ran (usually a
keypuch error!) a FORTRAN IV program which simulated all the
interactions in a large northeast US estuarythree boxes of cards
worth!  took about 40 minutes to read the stack. 

This is in a room not much larger than a good-sized bathroom, with a tty
console (talking to the main frame on another campus), three keypuch
machines, and high speed printer...all going non-stop, 12 hours a day.

No wonder I have a hearing loss!

Terry Smith
Cape Cod USA

On Mon, 2003-02-17 at 10:38, Dennis Myers wrote:
 On Monday 17 February 2003 03:48 am, civileme wrote:
  On Sunday 16 February 2003 11:53 pm, laura wrote:
   I'm new in Linux. Before asking, I tried to use g77 or f77, but I don't
   have them on the computer. I have the gcc installed and I can compile C
   programs without problems, but I can't compile Fortran programs. I only
   wanted to know where I can find this compiler.
  
   Laura.
  
 big snip
  I grew up with Fortran, back in the days when there were compilers such as
  Fortran-IV, Fortran-G, Fortran-H, Fortran-IV with Watfor and WatFIV...  It
  is still an interesting compiler and language, but these days I use almost
  exclusively Python because I am a bd habit programmer and I need
  something that forces me to code cleanly and clearly, even at the expense
  of features.
 
 
  If that isn't enough
 
 Ooh, fortran IV, nostalgia hits the brain, the good old days of punch cards 
 and sorters. Never , ever drop a stack of cards 6 inches thick. Can ruin your 
 whole day. Hehehe 
 -- 
 Dennis M. linux user #180842
 
 
 

 Want to buy your Pack or Services from MandrakeSoft? 
 Go to http://www.mandrakestore.com




Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread David E. Fox
 selections and DO NOT NEGLECT all the wonderful compilers in the flat list, 
 plus a c interpreter.

But no cobol. boo hoo. :)



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread Seedkum Aladeem
On Monday 17 February 2003 08:06 am, Terry Smith wrote:
 Six inches thick! musta been runnin' some paltry code :-)).

 Ahh.. the grand old days (late 1970s),,,   I was in grad school working
 in an ecosystem modeling group. We ran, and re-ran and re-ran (usually a
 keypuch error!) a FORTRAN IV program which simulated all the
 interactions in a large northeast US estuarythree boxes of cards
 worth!  took about 40 minutes to read the stack.

 This is in a room not much larger than a good-sized bathroom, with a tty
 console (talking to the main frame on another campus), three keypuch
 machines, and high speed printer...all going non-stop, 12 hours a day.

 No wonder I have a hearing loss!

 Terry Smith
 Cape Cod USA

 On Mon, 2003-02-17 at 10:38, Dennis Myers wrote:
  On Monday 17 February 2003 03:48 am, civileme wrote:
   On Sunday 16 February 2003 11:53 pm, laura wrote:
I'm new in Linux. Before asking, I tried to use g77 or f77, but I
don't have them on the computer. I have the gcc installed and I can
compile C programs without problems, but I can't compile Fortran
programs. I only wanted to know where I can find this compiler.
   
Laura.
 
  big snip
 
   I grew up with Fortran, back in the days when there were compilers such
   as Fortran-IV, Fortran-G, Fortran-H, Fortran-IV with Watfor and
   WatFIV...  It is still an interesting compiler and language, but these
   days I use almost exclusively Python because I am a bd habit
   programmer and I need something that forces me to code cleanly and
   clearly, even at the expense of features.
  
  
   If that isn't enough
 
  Ooh, fortran IV, nostalgia hits the brain, the good old days of punch
  cards and sorters. Never , ever drop a stack of cards 6 inches thick. Can
  ruin your whole day. Hehehe
  --
  Dennis M. linux user #180842
 
  
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

I remember those good old days. If you guys are nostalgic on the seventies, I 
am also nostalgic on the sixties. I remember those stacks of punched cards 
and machines and the punched paper tapes. I still have a bunch of rolls of 
punched paper tapes. I do not have a paper tape reader though. Do you know 
where I can get my hands on one in the San Francisco Bay area?

Thanx,

Seedkum



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



RE: [newbie] Re: Fortran compiler

2003-02-17 Thread Carter Harris
Did anyone ever work on one of the old Univac computers that punched
round holes?  That was my first experience.  When you got ready to
program it you got a handful of wires and a board.  You could step
through the program using a telephone dial on the side of the beast and
you you could read the results in lights on the side of it.

Don't consider any of this to be a longing for the past ... Except maybe
the chicks ... I still  had time for them then (smile).


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Seedkum Aladeem
Sent: Monday, February 17, 2003 1:11 PM
To: [EMAIL PROTECTED]; Terry Smith
Subject: Re: [newbie] Re: Fortran compiler


On Monday 17 February 2003 08:06 am, Terry Smith wrote:
 Six inches thick! musta been runnin' some paltry code :-)).

 Ahh.. the grand old days (late 1970s),,,   I was in grad school
working
 in an ecosystem modeling group. We ran, and re-ran and re-ran (usually

 a keypuch error!) a FORTRAN IV program which simulated all the 
 interactions in a large northeast US estuarythree boxes of cards 
 worth!  took about 40 minutes to read the stack.

 This is in a room not much larger than a good-sized bathroom, with a 
 tty console (talking to the main frame on another campus), three 
 keypuch machines, and high speed printer...all going non-stop, 12 
 hours a day.

 No wonder I have a hearing loss!

 Terry Smith
 Cape Cod USA

 On Mon, 2003-02-17 at 10:38, Dennis Myers wrote:
  On Monday 17 February 2003 03:48 am, civileme wrote:
   On Sunday 16 February 2003 11:53 pm, laura wrote:
I'm new in Linux. Before asking, I tried to use g77 or f77, but 
I don't have them on the computer. I have the gcc installed and 
I can compile C programs without problems, but I can't compile 
Fortran programs. I only wanted to know where I can find this 
compiler.
   
Laura.
 
  big snip
 
   I grew up with Fortran, back in the days when there were compilers

   such as Fortran-IV, Fortran-G, Fortran-H, Fortran-IV with Watfor 
   and WatFIV...  It is still an interesting compiler and language, 
   but these days I use almost exclusively Python because I am a 
   bd habit programmer and I need something that forces me to 
   code cleanly and clearly, even at the expense of features.
  
  
   If that isn't enough
 
  Ooh, fortran IV, nostalgia hits the brain, the good old days of 
  punch cards and sorters. Never , ever drop a stack of cards 6 inches

  thick. Can ruin your whole day. Hehehe
  --
  Dennis M. linux user #180842
 
  
 
 
  Want to buy your Pack or Services from MandrakeSoft?
  Go to http://www.mandrakestore.com

I remember those good old days. If you guys are nostalgic on the
seventies, I 
am also nostalgic on the sixties. I remember those stacks of punched
cards 
and machines and the punched paper tapes. I still have a bunch of rolls
of 
punched paper tapes. I do not have a paper tape reader though. Do you
know 
where I can get my hands on one in the San Francisco Bay area?

Thanx,

Seedkum






Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread civileme
On Monday 17 February 2003 10:03 am, David E. Fox wrote:
  selections and DO NOT NEGLECT all the wonderful compilers in the flat
  list, plus a c interpreter.

 But no cobol. boo hoo. :)
http://online.linuxberg.com/system/cobol.html  -- ANSI 74 COBOL

OR wait a bit--there are two GNU projects  Cobol2C and Savannah (the second 
for Cobol85)

Though I really would not recommend it for new projects that require desktop 
interaction.  www.xbasic.org provides a nice visual interface and very 
accurate fixed point calculation (64 bit)

Civileme



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread Terry Smith
Sorry, no paper tape reader:-(

Do you have a 9-track drive?...I still have those programs on a reel
laying about someplace here...

Terry Smith

On Mon, 2003-02-17 at 14:11, Seedkum Aladeem wrote:
 On Monday 17 February 2003 08:06 am, Terry Smith wrote:
  Six inches thick! musta been runnin' some paltry code :-)).
 
  Ahh.. the grand old days (late 1970s),,,   I was in grad school working
  in an ecosystem modeling group. We ran, and re-ran and re-ran (usually a
  keypuch error!) a FORTRAN IV program which simulated all the
  interactions in a large northeast US estuarythree boxes of cards
  worth!  took about 40 minutes to read the stack.
 
  This is in a room not much larger than a good-sized bathroom, with a tty
  console (talking to the main frame on another campus), three keypuch
  machines, and high speed printer...all going non-stop, 12 hours a day.
 
  No wonder I have a hearing loss!
 
  Terry Smith
  Cape Cod USA
 
  On Mon, 2003-02-17 at 10:38, Dennis Myers wrote:
   On Monday 17 February 2003 03:48 am, civileme wrote:
On Sunday 16 February 2003 11:53 pm, laura wrote:
 I'm new in Linux. Before asking, I tried to use g77 or f77, but I
 don't have them on the computer. I have the gcc installed and I can
 compile C programs without problems, but I can't compile Fortran
 programs. I only wanted to know where I can find this compiler.

 Laura.
  
   big snip
  
I grew up with Fortran, back in the days when there were compilers such
as Fortran-IV, Fortran-G, Fortran-H, Fortran-IV with Watfor and
WatFIV...  It is still an interesting compiler and language, but these
days I use almost exclusively Python because I am a bd habit
programmer and I need something that forces me to code cleanly and
clearly, even at the expense of features.
   
   
If that isn't enough
  
   Ooh, fortran IV, nostalgia hits the brain, the good old days of punch
   cards and sorters. Never , ever drop a stack of cards 6 inches thick. Can
   ruin your whole day. Hehehe
   --
   Dennis M. linux user #180842
  
   
  
  
   Want to buy your Pack or Services from MandrakeSoft?
   Go to http://www.mandrakestore.com
 
 I remember those good old days. If you guys are nostalgic on the seventies, I 
 am also nostalgic on the sixties. I remember those stacks of punched cards 
 and machines and the punched paper tapes. I still have a bunch of rolls of 
 punched paper tapes. I do not have a paper tape reader though. Do you know 
 where I can get my hands on one in the San Francisco Bay area?
 
 Thanx,
 
 Seedkum
-- 
Terry Smith [EMAIL PROTECTED]



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread David E. Fox

 http://online.linuxberg.com/system/cobol.html  -- ANSI 74 COBOL

Oh yeah, tinycobol. 
 
 OR wait a bit--there are two GNU projects  Cobol2C and Savannah (the second 
 for Cobol85)

savannah is where GNU graze, so to speak - it's a home site kind of
like sourceforge. I checked the cobol project but there doesn't seem
to be anything done - no mailing lists, for instance.

 Civileme



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com



Re: [newbie] Re: Fortran compiler

2003-02-17 Thread Seedkum Aladeem
Sorry I do not have a 9-track drive.

Seedkum


On Monday 17 February 2003 02:23 pm, Terry Smith wrote:
 Sorry, no paper tape reader:-(

 Do you have a 9-track drive?...I still have those programs on a reel
 laying about someplace here...

 Terry Smith

 On Mon, 2003-02-17 at 14:11, Seedkum Aladeem wrote:
  On Monday 17 February 2003 08:06 am, Terry Smith wrote:
   Six inches thick! musta been runnin' some paltry code :-)).
  
   Ahh.. the grand old days (late 1970s),,,   I was in grad school working
   in an ecosystem modeling group. We ran, and re-ran and re-ran (usually
   a keypuch error!) a FORTRAN IV program which simulated all the
   interactions in a large northeast US estuarythree boxes of cards
   worth!  took about 40 minutes to read the stack.
  
   This is in a room not much larger than a good-sized bathroom, with a
   tty console (talking to the main frame on another campus), three
   keypuch machines, and high speed printer...all going non-stop, 12 hours
   a day.
  
   No wonder I have a hearing loss!
  
   Terry Smith
   Cape Cod USA
  
   On Mon, 2003-02-17 at 10:38, Dennis Myers wrote:
On Monday 17 February 2003 03:48 am, civileme wrote:
 On Sunday 16 February 2003 11:53 pm, laura wrote:
  I'm new in Linux. Before asking, I tried to use g77 or f77, but I
  don't have them on the computer. I have the gcc installed and I
  can compile C programs without problems, but I can't compile
  Fortran programs. I only wanted to know where I can find this
  compiler.
 
  Laura.
   
big snip
   
 I grew up with Fortran, back in the days when there were compilers
 such as Fortran-IV, Fortran-G, Fortran-H, Fortran-IV with Watfor
 and WatFIV...  It is still an interesting compiler and language,
 but these days I use almost exclusively Python because I am a
 bd habit programmer and I need something that forces me to code
 cleanly and clearly, even at the expense of features.


 If that isn't enough
   
Ooh, fortran IV, nostalgia hits the brain, the good old days of punch
cards and sorters. Never , ever drop a stack of cards 6 inches thick.
Can ruin your whole day. Hehehe
--
Dennis M. linux user #180842
   

   
   
Want to buy your Pack or Services from MandrakeSoft?
Go to http://www.mandrakestore.com
 
  I remember those good old days. If you guys are nostalgic on the
  seventies, I am also nostalgic on the sixties. I remember those stacks of
  punched cards and machines and the punched paper tapes. I still have a
  bunch of rolls of punched paper tapes. I do not have a paper tape reader
  though. Do you know where I can get my hands on one in the San Francisco
  Bay area?
 
  Thanx,
 
  Seedkum



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com