Sep 3, 2004 #1 fluidasset Technical User Joined Oct 18, 2002 Messages 4 Location US Hi, I'm looking for a fortran to java translator which can also translate f90 codes to java. I knew about f2j but that one only translates fortran codes other than f90. Any lead is welcome!! Many Thanks! Victor
Hi, I'm looking for a fortran to java translator which can also translate f90 codes to java. I knew about f2j but that one only translates fortran codes other than f90. Any lead is welcome!! Many Thanks! Victor
Sep 5, 2004 #2 xwb Programmer Joined Jul 11, 2002 Messages 6,828 Location GB How about looking for a F90 to F77 translator? Then it will be a two stage process: f90 to f77, f77 to Java. Why Java anyway: it is really slow (compared to C/Fortran) and a bad excuse for a faster machine. Upvote 0 Downvote
How about looking for a F90 to F77 translator? Then it will be a two stage process: f90 to f77, f77 to Java. Why Java anyway: it is really slow (compared to C/Fortran) and a bad excuse for a faster machine.