Zen of Fortran

When I was using fpm, I found that the full precision setting of stdlib increased the pressure of fpm compilation in some ways.
I think of talking directly about the Zen of Fortran, or maybe we can start from the projects we have come into contact with, such as the Zen of fpm, stdlib and LFortran.

  • fpm package:
    • Reasonably small
    • real(real64), integer(int32) are preferred.
  • stdlib:
    • Implement functions with existing syntax.