lloda e81a8ae246 Use old style srfi module names | hace 1 año | |
---|---|---|
.. | ||
README.md | hace 3 años | |
example.f90 | hace 3 años | |
ffi.cc | hace 3 años | |
ffi.scm | hace 1 año | |
sandbox.scm | hace 1 año | |
unique-elements.scm | hace 1 año |
$FORTRAN -shared -fPIC -o libexample.so example.f90 -std=f2018 -fcheck=all -Wall
$CXX -o ffi ffi.cc -std=c++20 -Wall -Wl,-rpath . -L . -lexample -lgfortran
./ffi
$GUILE -L ../mod ffi.scm