My editor says to remove the hyphen and just write pseudocode. I don't like it that way. Thoughts?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Originally posted by Kaith Rustaz
Look for something by I believe Tanembaum... I may be a bit off on the spelling. His data structures book was heaviliy into college-geek level p-code.
Originally posted by arnisador
My editor says to remove the hyphen and just write pseudocode. I don't like it that way. Thoughts?
BTW can I get an mention in your book
But uhh, why are you using Fortran?
Originally posted by arnisador
"Thanks to General Motors for all their help."
In the Newsweek article on our school it mentions that one reason we're "hot" is that GM now only recruits at 20 different schools and we're one of them.
We all know this stuff is nonsense at the college, but being ranked #1 by USN&WR and "hot" by Newsweek/Kaplan is sure a big publicity bonus.
Originally posted by satans.barber
It stands for FORmula TRANslation, so technically, FORTRAN would be most correct.
I hope you don't meant 'use' as in actually program with either! hehe
Ian.
Originally posted by arnisador
It's for historical references for the most part--fancier packages built on older IMSL programs written in FORTRAN77.
Fortran is still the language of supercomputing and is slightly better than C for numerical work, principally because of it's column-major storage. It's still common to have to call Fortran legacy code as well. I've had to do that with for example a radar model written years ago that is now the model but can't be recoded in C because the code is such a bizarre mess after years of careless evolution.
For me, I work in MATLAB whenever possible. When I work on a cluster, I expect to have to write in either Fortran or C (or C++)--and Fortran is objectively better for heavy numerical work.
Originally posted by Rich Parsons
And as to the being unable to update some system due to its' history of being just one quick fix after another, is a well known horrow story to Engineers. Management wil not pay for a total upgrade or replacement, and yet you are forced to just make one more change.
Originally posted by arnisador
Yup. The software engineers aim to change that. I wish them luck, but they aren't as smart as managers are...short-sighted.
I thought there was a conscious decision, by NIST, to change from FORTRAN to Fortran with either 90 or 95? It appears both ways on their site (www.nist.gov).