FIAT
FIAT copied to clipboard
Fortran Implementation of Abstract Types
Hi @cmacmackin , I have restarted to study FIAT with hope to contribute to it. I am now going to develop an hash-table with the hope to merge into FIAT....
I'd originally intended to overload the concatenation operator for ordered data types. This was to be done by creating a deffered type-bound procedure in the abstract `ordered` type, like below:...
Hi Chris, great project, my best compliments! I would like to contribute if you like. In the past I have developed a generic container (based on an unlimited polymorphic class)...
I've put a great deal of thought into how to arrange the inheritance structures so as to get the most out of polymorphism. This is hindered somewhat by the fact...