๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

Fortran to Lisp Translation using f2cl

โœ Scribed by K.A. BROUGHAN; D.M.K. WILLCOCK


Publisher
John Wiley and Sons
Year
1996
Tongue
English
Weight
761 KB
Volume
26
Category
Article
ISSN
0038-0644

No coin nor oath required. For personal study only.

โœฆ Synopsis


The need for both algebraic and numerical capabilities within mathematical computation systems has highlighted the need to translate numerical software written in Fortran77 to Common Lisp, a language favoured by the algebraic computation community.

This paper reports the current state of f2c1, a translator written to achieve that end. We describe the translation process giving details of Lisp equivalents of Fortran expressions, as well as discussing features of Fortran that have no straightforward equivalent in Lisp.


๐Ÿ“œ SIMILAR VOLUMES


Using in the output of the FORTRAN to C
โœ G. F. Levy ๐Ÿ“‚ Article ๐Ÿ“… 1997 ๐Ÿ› John Wiley and Sons ๐ŸŒ English โš– 76 KB

The automatic conversion of Fortran 77 to C can be accomplished using f2c, but the generated code is difficult to read and maintain, and needs to be linked with various non-standard run-time libraries which provide input/output and mathematical routines. This paper describes tools that have been dev