December 3rd, 2003, 7:21 pm
It might be intellectually interesting to translate FORTRAN to VB but I cant see the point myself. First of all "Numerical Recipes" is also available in C, secondly if you compile FORTAN code and build a library, u can link your VB code into it. There is little to be gained from translating FORTRAN to VB, except for some legacy code. I did a google and found this website
www.fortran2vb.com. As a digression, I used to program in FORTRAN and I tinkered with RATFOR (Rational FORTRAN) which was developed by Kerninghan and built a translator for it. FORTRAN is such a horrible langauge (I am talking about IV and 77 as I am not upto speed on later FORTRANs) For example, the following is valid FORTRAN (IV and 77) do 110 i = 1 10 ...... some code110 continuethe programmer probably meant to write a do loop but ended up assigning 110 to a variable called do110i ...it is really appalling.
Last edited by
daveangel on December 2nd, 2003, 11:00 pm, edited 1 time in total.
knowledge comes, wisdom lingers