Open
Description
Fortran 202X will include a new intrinsic split
function:
j3-fortran/fortran_proposals#187
It was approved, and then the API was changed after approving it. We should implement the latest approved version in stdlib
, and play with it and ensure that the API looks good. And if we discover some improvements, we should propose them at the February 2021 Fortran Standards meeting.
Then once split
becomes part of the next Fortran standard, we can have a section in stdlib
called "backwards compatibility", where we can have a "reference implementation" of such new features, so that people can use them right away even if some compiler might not support them yet.