William B. Clodius
William B. Clodius
I now find myself with some free time that I would like to put in to extending the STDLIB. I have some preliminary work on three topics that might be...
I am involved in a project to create a standard library for modern fortran, https://github.com/fortran-lang/stdlib. I would like to add two modules providing collections of 32 and 64 bit hash...
Tom et al: About two years ago I submitted a paper to J3 that became J3/18-240r1.txt. Since then I have significantly revised and extended that paper. The examples (a generic...
In the [scenarios directory](https://github.com/j3-fortran/generics/tree/main/scenarios) @tclune has attempted to provide use cases and examples of how generics might work in Fortran. I have only examined in detail his [Generic Reduce](https://github.com/j3-fortran/generics/tree/main/scenarios/Generic_Reduce) example....
In [generics/theory/intrinsics/Readme.md](https://github.com/j3-fortran/generics/tree/main/theory/intrinsics) we find the odd statements "The purpose of this directory is to explore issues related to ensuring that intrinsic types are on an equal footing with user defined...