PDA

View Full Version : FORTRAN


liquidchild
04-04-2002, 02:39 PM
When my brother came home from college the other day, he told me he was taking fortran. I was WTF. Fortran?:? It's old as bejesus. Anyways, he said it was required, I don't know the slightest buit about programming in fortran, so if anyone knows it, please tell what practical uses there is for it if there are any.

GnuVince
04-04-2002, 02:41 PM
It's still used extensively in the maths & research field, because it's very fat IIRC. Besides that, not used very much.

kmj
04-04-2002, 02:58 PM
I think many schools require that those majoring in Engineering take a class in Fortran.

liquidchild
04-04-2002, 03:00 PM
Yea, my brother is majoring in engineering

sans-hubris
04-04-2002, 07:09 PM
It's still a great language for writing complex mathematical programs. Yeah, it's old, but it still works really well.

buffto
07-05-2002, 03:58 AM
*buffto busts out the punch cards

Strike
07-05-2002, 12:43 PM
/me notes that his engineering degree did not require learning FORTRAN

jemfinch
07-05-2002, 08:36 PM
Originally posted by sans-hubris
It's still a great language for writing complex mathematical programs. Yeah, it's old, but it still works really well.

No, it's still a fast language for writing complex mathematical programs. It is by no stretch a "great" language for writing anything.

You want a "great" language for writing complex mathematical programs? Self. But it's really slow at that type of thing, unfortunately :(

Also perhaps check into Sisal (iirc the name), which is a functional language made for mathematical stuff.

Jeremy