Open
Description
Many will disagree, but I think Fortran strings (character(len = :), allocatable
) are pretty dope for a low-level language. However, lack of standard utilities to handle them is pain. Adding a few utilities would be an extremely easy way to highly increase the value of the language.
I suggest the following format for proposals:
- name of the utility
- short description
- does it exist in other languages
- proposed example of usage