- Fortress (programming language)
infobox programming language
name = Fortress
paradigm =
year =
designer =
developer =Sun Microsystems
latest_release_version = 1.0
latest_release_date = April 2008
latest_test_version =
latest_test_date =
typing =
implementations =
dialects =
influenced_by =Fortran , Scala, Haskell
influenced =
operating_system =Cross-platform
license = BSD
website = http://projectfortress.sun.com/Fortress is a draft specification for a
programming language , initially developed bySun Microsystems as part of aDARPA -fundedsupercomputing initiative. One of the language designers isGuy L. Steele Jr. , whose previous work includes Scheme,Common Lisp , and Java. A JVM compliant implementation (Fortress 1.0) was released in April 2008.It is intended to be a successor to Fortran, with improvements including
Unicode support and concretesyntax that is similar tomathematical notation . The language is not designed to be similar to Fortran. Syntactically, it most resembles Scala,Standard ML , and Haskell. Fortress is being designed from the outset to have multiple syntactic stylesheets. Source code can be rendered asASCII text, inUnicode , or as a prettied image. This will allow for support of mathematical symbols and other symbols in the rendered output for easier reading.Fortress is also designed to be both highly parallel and have rich functionality contained within libraries, drawing from Java but taken to a higher degree. For example, the 'for' loop is a parallel operation, which will not always iterate in a strictly linear manner depending on the underlying software and hardware. However, the 'for' loop is a library function and can be replaced by another 'for' loop of the programmer's liking rather than being built into the language.
Although a preliminary interpreted implementation of the language was produced, the DARPA contract was not renewed in November 2006, [ [http://blogs.sun.com/simons/entry/sun_not_selected_for_hpcs The Navel of Narcissus ] ] leading to uncertainty about the language's future. Steele states that "In January 2007 it became an open-source project with an open-source community. People outside Sun are now writing Fortress code and testing it using the open-source Fortress interpreter." [ [http://www.gbcacm.org/website/semInfo.php?id=1137 GBC/ACM: Meeting - What's Cool about Fortress] ]
On
1 April 2008 , the first version of the Fortress specification with a compliant implementation (Fortress 1.0) was released. [ [http://permalink.gmane.org/gmane.comp.lang.fortress.general/180 Fortress-discussion Fortress Version 1.0 Released] ]See also
*
Chapel (programming language)
*X10 (programming language) References
External links
* [http://projectfortress.sun.com/ Project Fortress website]
* [http://projectfortress.sun.com/Projects/Community/timeline Active Timeline of Specification and Reference Implementation]
* [http://research.sun.com/projects/plrg/fortress.pdf The Fortress Language Specification (Latest version is 1.0, March 31, 2008)]
* [http://research.sun.com/minds/2005-0302/ The Soul of Fortress - Interview with Fortress developer Guy Steele]
* [http://fortress.sunsource.net/ Fortress Open Source Project Home (BSD License)]
* [http://research.sun.com/projects/plrg/ Sun's Programming Language Research Group]
* [http://research.sun.com/projects/plrg/Publications/ Fortress Publications and Specifications]
* [http://code.google.com/p/fortress-development-tools/ Fortress Plugin For Eclipse (alpha)]
* [http://research.sun.com/projects/plrg/faq/index.html Fortress FAQ]
* [http://research.sun.com/projects/plrg/PLDITutorialSlides9Jun2006.pdf Fortress Tutorial Slides]
* [http://fortress.sunsource.net/servlets/ProjectMailingListList Fortress Mailing Lists]
* [http://lambda-the-ultimate.org/node/view/673 Lambda the Ultimate article]
* [http://news.com.com/Suns+Fortran+replacement+goes+open-source/2100-7344_3-6150063.html?tag=st.prev Sun's Fortran replacement goes open-source] (CNET News.com, January 12, 2007)
Wikimedia Foundation. 2010.