Skip to content
Stefano Zaghi edited this page May 11, 2016 · 2 revisions

StringiFor GitHub tag

License License License License

Status Build Status Coverage Status

Issues

GitHub issues Ready in backlog In Progress Open bugs

What is StringiFor?

Modern Fortran standards (2003+) have introduced a better support for characters variables, but Fortraners still do not have the power on dealing with strings of other more-rich-programmers, e.g. Pythoners. Allocatable deferred length character variables are now quantum-leap with respect the old inflexible Fortran characters, but it is still not enough for many Fortraners. Moreover, Fortran does not provide builtin methods for widely used strings manipulations offered by other languages, e.g. UPPER/lowercase transformation, tokenization, etc... StringiFor attempts to fill this lack.

Clone this wiki locally