[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua + Fortran?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 9 Feb 2006 13:18:31 -0200
> 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