[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua + Fortran?
- From: mfmorss@...
- Date: Thu, 9 Feb 2006 10:42:42 -0500
Ah, I see. Thank you.
Mark F. Morss
Principal Analyst, Market Risk
American Electric Power
Luiz Henrique de
Figueiredo
<lhf@tecgraf.puc- To
rio.br> Lua list
Sent by: <lua@bazar2.conectiva.com.br>
lua-bounces@bazar cc
2.conectiva.com.b
r Subject
Re: Lua + Fortran?
02/09/2006 10:18
AM
Please respond to
Lua list
<lua@bazar2.conec
tiva.com.br>
> I am interested in making Fortran calls from Lua, not the other way
around.
> However, I find in the book and in the reference manuals nothing about
how
> to do this. I assume there is an analogy with the C-specific methods,
but
> even then, some examples would be helpful.
Any language that can interface with C can interface with Lua. Of course,
this means that you need to write C wrappers for your Fortran functions.
--lhf