[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: can lua interface with fortran
- From: cynthia powers <powcyn@...>
- Date: Fri, 14 Sep 2012 23:18:13 -0400
Hi,
can lua interface with fortran?
say I have a bunch of code written in C, a bunch written in c++ and a bunch in fortran.
I want a wrapper code for all of these. So, I will have a lua-calling C part, one lua calling c++ and another lua calling fortran.can I have a lua-calling fortran setup?
TIA
--C