-
Notifications
You must be signed in to change notification settings - Fork 0
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
Proposal: Generic Programming #5
Comments
+1,000,000,000,000 Currently, verbosity and lack of DRY (don't repeat yourself) make Fortran a real PITA sometimes. Some enhanced generic programming capabilities are greatly needed. We don't need the nightmarish "what is the type of this object" that sometimes accompanies this (I'm looking at you, Python) and I don't think templating is the answer either. |
There was a proposal several years back for parameterised modules which looked quite promising. It was abandoned for some reason, though, so perhaps there was some fundamental problem. |
Yes, I've seen that before (wow, it's over a decade old...) It's not clear to me if this proposal allows one parameterized model to use another parameterized module, and have the input of one pass through to the other. Is that in there somewhere? Without that, it's not very useful in my option. Imagine you have dozens of interdependent modules that you want to use for reals, integers, custom types, etc... |
... there are many ideas floating around for this...
The text was updated successfully, but these errors were encountered: