# SAVE attribute scope

**URL:** https://fortran-lang.discourse.group/t/save-attribute-scope/8509
**Category:** Uncategorized
**Created:** [August 22, 2024, 8:10pm UTC](https://fortran-lang.discourse.group/t/save-attribute-scope/8509 "2024-08-22T20:10:18Z")
**Posts on this page:** 1
**Page:** 3

<div class="post-metadata">

### Author: ![certik](https://yyz2.discourse-cdn.com/free1/user_avatar/fortran-lang.discourse.group/certik/32/4_2.png) [@certik](https://fortran-lang.discourse.group/u/certik)
#### Post date: [August 26, 2024, 5:18pm UTC](https://fortran-lang.discourse.group/t/save-attribute-scope/8509/41 "2024-08-26T17:18:20Z")

</div>

@aradi yes, excellent feedback and I agree. Being able to offer the old F77 interfaces (e.g., as global routines that internally `use` and call the modern routine version) would be good, that way the new library can be used as a drop-in replacement in existing codes, and they can later gradually migrate to the new interface if needed.

In general the modern version does not offer faster code. Just a maintained library.

And yes, you are right, there are no guarantees of maintenance, however the new code is on github now under fortran-lang, and anybody can contribute to it and help maintain it. For legacy codes that is often not true. Although both lapack and arpack-ng are already on github and one can contribute to them.

[Previous page](https://fortran-lang.discourse.group/t/save-attribute-scope/8509.md?page=2)
