Ivan Pribec
Ivan Pribec
Thanks @wclodius2 for this useful approach. Since the endianness might be useful for other purposes, I am in favor of making it a public constant. I admit I like the...
A few issues semi-related to submodules: * NAG 7.0 is required to support submodules, see #108 * CMake version 3.16.3 is required to support submodules, see #108 * In #307...
In #488 @bilderbuchi mentions the Python [`math.isclose`](https://docs.python.org/3/library/math.html#math.isclose) as another possible implementation. The choices behind the Python version (available with Python >= 3.5) are discussed in a Python Enhancement Proposal [PEP...
I've found the link for the one from @everythingfunctional: * [cmdff](https://gitlab.com/everythingfunctional/cmdff) There has also been a discussion of available modules for option parsing in https://github.com/fortran-lang/fpm/issues/135. Three more libraries I mentioned...
I think this is a partial duplicate of https://github.com/fortran-lang/stdlib/issues/145. We can keep this issue open for the well-behaved `floor` and `ceil` functions, but I would suggest changing the title in...
The D standard library can also serve as reference/inspiration: https://dlang.org/library/. For many of the D modules there are already some existing open-source modules in Fortran (like dealing with CSV and...
Several interesting modules are available in the [General-Purpose Fortran](http://www.urbanjost.altervista.org/LIBRARY/libGPF/GPF.html) package (command line arguments, strings, expression parsers,messages, io, hot keys, fortran/C calls, graphics, sorting, unit conversions). [George Benthien](https://gbenthien.net/strings/str-index.html) has also made...
I've noticed the Julia base library wraps the C standard library routines for memory allocation and also some from : https://docs.julialang.org/en/v1/base/libc/ Could this also be a target for the Fortran...
I support the idea of having a pure Fortran core with zero external dependencies, as long as it is possible. I can't imagine that many people really need Unicode support...
I found another *FORTRAN 90 Numerical Library* (https://sourceforge.net/projects/afnl/) developed by Alberto Ramos. I will edit the first post to include it. The contents are the following: * MODULE NumTypes *...