Hi all, I'm not sure how many people are still subscribed to this list, but today I would like to announce the first release of Inline::F2003.
The URL is https://sourceforge.net/projects/inline-f2003/ <https://sourceforge.net/projects/inline-f2003/> There are several reasons why I decided to release the module on Sourceforge rather than CPAN. First, I feel that this initial release is not yet sufficiently mature to be a standalone CPAN module. The other reason is that I'm not sure if the Inline community would allow me to use the "Inline::" namespace in the module name. I am highly motivated to produce a high quality module that allows Perl to interoperate with modern FORTRAN. This initial release was developed and tested on Linux only. However, I would still encourage users to try running the program even if their system is non-Linux. I am very interested to hear your views and experiences with Inline::F2003. It would be great to see discussion reinvigorated on this list. Thank you for reading this post. I do hope you'll have an opportunity to tryout the program, and report back your findings. Cheers, Ron. ________________________________________ Ron Grunwald ron...@yahoo.com.au http://www.dvlcorner.org > On 22 May 2017, at 9:55 pm, Ron Grunwald via inline <inline@perl.org> wrote: > > Hello all, > > I've been thinking about this for quite some time now, and have finally > decided to pursue the idea of a modern FORTRAN Inline module. Given that soon > I'll be having some time available through to the end of this year, I'm > confident that I can make this work. > > The name of the proposed module is Inline::F2003 > > The module will only work for compilers that are compliant with the FORTRAN > 2003 standard and above. The reason for this is that FORTRAN 2003 introduced > a new feature named "C Interoperability". This feature, coupled with > Inline::C, are the core mechanisms that will make Inline::F2003 work. >