Re: Combining Lua and Fortran
Group: comp.lang.fortran · Group Profile · Search for shootout in comp.lang.fortran
Author: David Duffy
Date: Sep 18, 2008 18:23
...) I embedded a Scheme interpreter into a Fortran program for that. I ported Tinyscheme as a Fortran 95 module, which took about a week. It is probably not as fast as Lua (though you could look at the Shootout results), and won't allow you to take advantage of bindings to other libraries (say wxLua, lua-gtk). But the interpreter is really small (adding ~25K to the executable), it is completely portable along with your existing code, the ...
Show full article (1.56Kb) |