Re: Inline::C Cookbook addition
[email protected] (Ron Grunwald via inline) Thu, 22 Dec 2016 22:34:16 +0800
| Newsgroups | perl.inline |
|---|---|
| Message-ID | <[email protected]> |
Hi Rob, You've made a very good point - thank you. I am actually quite interested to update the FORTRAN recipe of the = Cookbook also. The FORTRAN 2003 standard introduced interoperability = with C features. This should greatly simplify invoking modern FORTRAN = program units from Inline::C. The example I have in mind is writing a FORTRAN MODULE that performs = matrix multiplication using the MATMUL intrinsic function. The minimum = FORTRAN compiler that would be used is G95, which does offer C = interoperability. Anyway, I'll think about this a bit more. Cheers, Ron. > On 21 Dec 2016, at 7:16 am, <[email protected]> = <[email protected]> wrote: >=20 > From: Ron Grunwald > Sent: Wednesday, December 21, 2016 9:33 AM > To: [email protected] > Cc: [email protected] > Subject: Re: Inline::C Cookbook addition >=20 >>> This mailing list is very quiet these days and I think your request = will probably fall "through the cracks" unless you submit it as a github = "Issue" or a github pull request. >>=20 >> For completeness, I did write up the recipe and submitted it as an = issue on github about 3 days ago, >>=20 >> https://github.com/ingydotnet/inline-c-pm/issues/56 >>=20 >> There havn't been any comments made so far, so I'm not sure if its = being considered for the C Cookbook. >> Also, it looks like no updates were made to Inline::C for the last = two years. >>=20 >> Cheers, >> Ron >=20 > Hi Ron, >=20 > Yes, I don't know when your request will be acted upon. >=20 > But it's now in a place where it won't get lost - and whenever someone = decides to update Inline::C they should see that request and give it the = consideration it deserves. >=20 > Cheers, > Rob=20