On Wed, Oct 19, 2011 at 1:21 AM, Panagiotis Papasotiriou <
p.j.papasot at gmail.com> wrote:
>
> By the way, I also managed to implement a simple numerical method in pure
> Lisp, but I will leave that for later as well. Lisp programming seems very
> exotic to me, and makes me think "why should I do that, while I could do it
> much easier in Fortran 90?". It is still a plan for the future though.
> Another possibility is to translate Fortran 90 code using f2cl, but I'm not
> sure f2cl can handle complex Fortran 90 structures such as modules, data
> hiding via public/private declarations, function interfacing etc.
>
Sorry, f2cl cannot handle Fortran 90. Some simple Fortran extensions are
handled, but nothing close to Fortran 90.
Ray