Re: A question about OOP in Fortran?
- From: gsal <salgerman@xxxxxxxxx>
- Date: Sat, 30 Jun 2007 17:54:01 -0000
On Jun 30, 9:51 am, li.sim...@xxxxxxxxx wrote:
Any other suggestion??
To use another language is the ONLY other suggestion,
after you state that Fortran (not being OO) does not
implement what C++ does...if anything, we can narrow
it down a bit:
The May/June 2007 issue of Computing in
Science & Engineering was all about Python and how good
is even for scientific computing. In Python you can
program in a "procedural or fully object-oriented
fashion" as you see fits. Additionally, there is a
utility f2py that converts your Fortran programs into
Python-callable functions. So, you implement your
objects in Python (in true OO fashion) and implement
your number crunching part in Fortran.
gsal
.
- References:
- A question about OOP in Fortran?
- From: li . simula
- Re: A question about OOP in Fortran?
- From: Jon Harrop
- Re: A question about OOP in Fortran?
- From: li . simula
- A question about OOP in Fortran?
- Prev by Date: A problem about Fortran pointers
- Next by Date: Re: Unsigned Integers and Fortran
- Previous by thread: Re: A question about OOP in Fortran?
- Next by thread: Using fortran code with VBA
- Index(es):
Relevant Pages
|