On Fri, Dec 30, 2011 at 2:19 AM, Mirko Vukovic mirko.vukovic@gmail.com wrote:
To learn more about calling f77 code from CL, I assembled a bunch of simple examples (using cygwin+clisp+gfortran).to show how to pass values of various types to f77.
Cool. Thanks for sharing. Looking at the code, it seems like it'd be nice to have a DEFINE-FORTRAN-FUNCTION along with Fortran-specific type definitions.
Cheers