Personal tools

Difference between revisions of "Fortran"

From MohidWiki

Jump to: navigation, search
(New page: Fortran95 is the language of choice to program in MOHID. Although a primitive form of language it proves to be the most efficient and performant in the area of scientific computing. St...)
 
Line 1: Line 1:
[[Fortran95]] is the language of choice to program in MOHID. Although a primitive form of language it proves to be the most efficient and performant in the area of scientific computing. Still widely used in numerical computation.
+
[[Fortran|Fortran95]] is the language of choice to program in MOHID. Although a primitive form of language it proves to be the most efficient and performant in the area of scientific computing. Still widely used in numerical computation.
  
 
==Examples==
 
==Examples==
Line 26: Line 26:
  
 
==Other languages==
 
==Other languages==
*[[C]]
+
*[[C/C++|Cpp]]
 +
*[[Perl]]
 +
*[[Python]]
 
*[[Ruby]]
 
*[[Ruby]]
*[[Python]]
 
*[[Php]]
 
  
 
[[Category:Programming]]
 
[[Category:Programming]]

Revision as of 01:52, 21 May 2010

Fortran95 is the language of choice to program in MOHID. Although a primitive form of language it proves to be the most efficient and performant in the area of scientific computing. Still widely used in numerical computation.

Examples

Hello World program

Hello world in a module

Subroutine

Function

Variables

Types

Interface procedure

Arrays

If

Do

Case

Other languages