Binding an external library into Pharo

In this post I am going to show you how to call external functions from a Pharo image. Here, we are going to use the LAPACK (Linear Algebra Package) library that is written in Fortran. Why do we need this library? In the Pharo AI project (https://github.com/pharo-ai), we are working on an implementation of linearContinue reading “Binding an external library into Pharo”