Open
Description
Obviously Fortran.
In #19, it looks like also using C might be beneficial.
I was hoping to avoid depending on C++, because that will make stdlib
much simpler to distribute (and statically link, etc.). Down the road I would like stdlib
to be shipped by default with compilers. So to make it as simple as possible to distribute will be key.
Even simpler would be if we can stay in pure Fortran, but I don't know if we can do that.