# Is Fortran going to support Namespace?

**URL:** <https://fortran-lang.discourse.group/t/is-fortran-going-to-support-namespace/3371>\
**Category:** Uncategorized\
**Created:** [May 4, 2022, 6:49am UTC](https://fortran-lang.discourse.group/t/is-fortran-going-to-support-namespace/3371 "2022-05-04T06:49:58Z")\
**Posts on this page:** 1\
**Showing post:** 4

<div class="post-metadata">

**Author:** ![Beliavsky](https://avatars.discourse-cdn.com/v4/letter/b/ba8739/32.png) [@Beliavsky](https://fortran-lang.discourse.group/u/Beliavsky)\
**Post date:** [May 4, 2022, 11:00am UTC](https://fortran-lang.discourse.group/t/is-fortran-going-to-support-namespace/3371/4 "2022-05-04T11:00:20Z")

</div>

Previous discussion from Sep 2021:

> [@Qualify procedure names with module names?](https://fortran-lang.discourse.group/t/qualify-procedure-names-with-module-names/1907):
>
> In Python the recommended way to use a Numpy function is to write import numpy as np and then prefix the NumPy functions when used, for example np.dot. (Or just import numpy and numpy.dot.) Has something similar been considered for Fortran? One can write use m, only: foo, bar instead of just use m, but the reader of a module still needs to look at the top of the module for the relevant use statement to see where an invoked procedure is coming from. Also currently possible is use m, only: fo…

---

_[View the full topic](https://fortran-lang.discourse.group/t/is-fortran-going-to-support-namespace/3371)._
