Sheldon Newhouse wrote:
> Hello,
> I can't find any documentation for f2cl which is in the source.
>
The f2cl translator is not included with maxima. If you want to convert
Fortran to lisp you'll have to get it from
http://sourceforge.net/projects/clocc/. You'll have to use CVS to get
the translator; there are no tarballs of f2cl. (Well, I can make some
available somewhere, though.)
> Can someone point me to some documentation for this?
>
There is some documentation in CVS. But basically, if your Fortran code
is in the file f.f, then (f2cl:f2cl "f.f" ) will convert it to Lisp in
f.lisp.
Not sure if this is list is appropriate for discussing f2cl, but you're
welcome to contact me personally.
Ray