{" "} Programming Help for Fortress Programming

Introduction to Fortress Programming Language

Fortress is a Object-oriented className-based Programming languages. It is designed for High Performance Computing(HPC) hat can also serve as a general-purpose programming language. It was developed by Sun Microsystems in 2011. It is influenced by Fortran, Scala and Haskell. It is used by mathematicians, engineers and scientists.

It is designed to run on machine with large amounts of addressable random access memory(RAM) like supercomputer and systems in academic and research institute.

Example of Fortress Programming Language

The Given example will print Hello world!

{`
component hello
export Executable
run() = println(“Hello, World!”)
end`}

How to learn Fortress Programming Language

Tutorial or Books for learning Fortress Programming Language: