How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Adventures with Fortran

calendar_today September 12, 2026 person Mohawk domain perl

If you do scientific and/or numerical computing, you probably use or at least know about BLAS , and LAPACK . If you’ve done much programming with them, you may have passed in data that it cannot handle, and then you’ll probably know about xerbla_ . xerbla_ is the error-handler in those two libraries, and by default it terminates the whole process.

open_in_new Read original post