You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Michael Meinel edited this page May 11, 2017
·
1 revision
Requirements Overview
Basic goal of F2x is to create an extensible wrapper generator that is able provide easy to use interfaces to allow the usage of Fortran code in other programming languages. Basic requirements that finally gave reason to start this project are:
It should support as much features of the Fortran language as possible.
It should support different target languages. At least Python, C# and Java were needed.
It should not rely on any non-standardized internals of the Fortran language (e.g. memory layout).
Detailed requirements can be found in the project issue tracker.