calling Fortran code from Lisp
Tamas K Papp <[email protected]>
| Newsgroups | gmane.lisp.cmucl.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, Is it possible to call a Fortran subroutine from Lisp? I have seen the C language FFI in the docs, but I wonder if it would be possible to call Fortran somehow. There is a subroutine for banded sparse matrices in LAPACK I would like to use. Thanks, Tamas