On Fri, Feb 13, 2009 at 07:15:13PM -0800, Eric Wilhelm wrote:
> # from Kenneth Kroenlein
> # on Friday 13 February 2009 12:52:
> 
> > My present most serious gap in knowledge is likely going to be XS.
> 
> For that, you'll want to look at the perlguts doc and its 'see also' 
> section.  The Inline::C code and this list will also be helpful.
> 
> IIRC, Inline::C parses your C code to figure out which functions to bind 
> and how.  Something similar is probably needed with Fortran.

<warning>I'm a newbie to Inline::*</warning>

Would it be also possible to wrap the Fortran code into C first and
then to Perl? That way you could make use of SWIG[1]. The overhead
would be probably small, but your development speed very high.

\rho

[1] http://www.swig.org/

Reply via email to