Why the Fortran language standard does not standardize built-in collections such as list, map, and so forth? [closed]
Clash Royale CLAN TAG #URR8PPP Why the Fortran language standard does not standardize built-in collections such as list, map, and so forth? [closed] Summarization: Because Fortran is so good at numberical/scientific analyses, and not intended to be a general-purpose language. ================================================ The Java languange has a rich set of built-in collections. The most famous third-party collections are also from reliable Apache foundations and Google corporation (just to name a few). The Delphi language (dialect) also has a handful set of built-in collections. There are also notational third-party collections such as DIContainers, DeHL, and so forth. I am wondering why the Fortran language standard does not standarize built-in collections such as list, map, and so forth? I mean, although the standard Fortran 77 does not support pointer, some of its extensions and the successor such as Fortran 90 already have the pointer type? Many good questions generate some de...