Re: [Rd] Fortran coding standards

2007-04-11 Thread Vivek Rao
--- Hin-Tak Leung <[EMAIL PROTECTED]> wrote: > (2) g77, gfortran are not the only fortran compilers > out there! > "...it is standard Fortran 90 and is supported by > g77", is just not > good enough - what do you mean by "...also conforms > to later standards"? > Some piece of code is either fo

Re: [Rd] Fortran coding standards

2007-04-11 Thread Vivek Rao
--- Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Wed, 11 Apr 2007, Vivek Rao wrote: > Note that currently we expect only Fortran 77 to be > used in R and > (preferably) its packages, as there still are users > with a Fortran 77 > compiler and nothing lat

[Rd] Fortran coding standards

2007-04-11 Thread Vivek Rao
to address such issues. I hope that eventually the Fortran code in R will use the modern features of Fortran 90 and later standards, using the gfortran compiler. However, with a little effort one can still write clean code in Fortran 77 that also conforms to later standards.

[Rd] Fortran coding standards

2007-04-11 Thread Vivek Rao
to address such issues. I hope that eventually the Fortran code in R will use the modern features of Fortran 90 and later standards, using the gfortran compiler. However, with a little effort one can still write clean code in Fortran 77 that also conforms to later standards.