Hi, i'm working with a interesting book from Michael Smithson: "Fuzzy Set Analysis for Behavioral and Social Sciences",1987. with small listenings in Fortran. It's a pitty that i'm more or less understand nothing from Fortran - have anybody an sugestion or perhaps interesting (...incl. Fortran skills ?) how i can get it in R or Java. Now anybody a Fortran2Java translator, it seems that something like this exist ? The programs are written in Fortran77 for Dec-10 ! many thanks from suggestions,christian
fortran -> R
2 messages · Christian Schulz, Göran Broström
On Sat, 7 Dec 2002, Christian Schulz wrote:
Hi, i'm working with a interesting book from Michael Smithson: "Fuzzy Set Analysis for Behavioral and Social Sciences",1987. with small listenings in Fortran. It's a pitty that i'm more or less understand nothing from Fortran - have anybody an sugestion or perhaps interesting (...incl. Fortran skills ?) how i can get it in R or Java.
in R: Read "Writing R extensions" especially "...foreign language interfaces", and look at ?.Fortran
Now anybody a Fortran2Java translator, it seems that something like this exist ?
Don't know anything about that.
The programs are written in Fortran77 for Dec-10 !
Should be ok, if the code doesn't contain Dec extensions to the F77 standard. But you'll probably notice that at compile time :-) G?ran