Fortran Fortran 2008: The Final Steps of Standardization for Scientific Computing

AI Thread Summary
Fortran 2008 is nearing its final standardization, raising questions about its impact on scientific computing. Despite the existence of newer revisions, many users continue to rely on Fortran 90. The expectation is that Fortran 2008, while not a revolutionary update like Fortran 90, will introduce several new features that will engage the community and enhance programming capabilities. The discussion suggests that while it may not drastically change the landscape, the enhancements could still be beneficial for users looking to modernize their code.
spb
Messages
13
Reaction score
0
http://www.nag.co.uk/sc22wg5/

It looks like Fortran 2008 is going through its final steps of standardization. What does this mean for scientific computing? Since people still use Fortran 90 despite new revisions up to 2003, will this go under the radar, or will this be a new and useful programming language with multiple new features?
 
Technology news on Phys.org
I think Fortran 2008 (like 2003) will not be a breakthrough like Fortran 90 but new features will excite the community and keep them busy for a while.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top