# 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. With Inline::C, your C functions can call the Perl API macros directly to do more elaborate typemapping. How do Inline::Java and Inline::Python handle that? Perhaps a look at P5NCI would also be useful. --Eric -- "I've often gotten the feeling that the only people who have learned from computer assisted instruction are the authors." --Ben Schneiderman --------------------------------------------------- http://scratchcomputing.com ---------------------------------------------------