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

PyF95++ #143

Open
ivan-pi opened this issue Oct 1, 2024 · 0 comments
Open

PyF95++ #143

ivan-pi opened this issue Oct 1, 2024 · 0 comments

Comments

@ivan-pi
Copy link

ivan-pi commented Oct 1, 2024

Some relevant prior art, please ignore this issue in case the works are already known to you,

  • Car, D., & List, M. (2010, April). PyF95++ a templating capability for the Fortran 95/2003 language. In ACM SIGPLAN Fortran Forum (Vol. 29, No. 1, pp. 2-20). New York, NY, USA: ACM. https://doi.org/10.1145/1753166.1753167
  • List, M., & Car, D. (2011, March). A fortran unit-testing framework utilizing templating and the PyF95++ toolset. In ACM SIGPLAN Fortran Forum (Vol. 30, No. 1, pp. 3-15). New York, NY, USA: ACM. https://doi.org/10.1145/1961363.1961364

This language extension resembles some of newly proposed generic syntax quite closely, for instance

call foo<integer, real, real>(x, y, z)
call foo<integer, real, integer>(x, y, z)
call foo<integer, integer, integer>(x, y, z)
call foo<real, real, real>(x, y, z)

for specializing the argument types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant