Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define some kind of IO to work with besides minimal Fortran scripts #40

Open
fedebenelli opened this issue Feb 27, 2024 · 0 comments
Open
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested

Comments

@fedebenelli
Copy link
Member

While the library has reached a mature enough API to be straightforward to work with using minimal Fortran scripts (running them with fpm) a good IO with input files can be helpful to provide also sharable executable(s) that do reestablished calculations.

My first thought is to use some standard like json since it makes more sense to use a preestablished format that can also provide some interoperability between programs. Other alternatives are using a scriptable and embeddable language like lua that could give more flexibility.

The ultimate input file will probably be using the Python interface already being worked on its branch.

@fedebenelli fedebenelli added enhancement New feature or request help wanted Extra attention is needed question Further information is requested labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant