Measures Concepts
GitHub icon

Fortress

Fortress - Programming language

< >

Fortress is an open source programming language created in 2004.

#489on PLDB 20Years Old

Fortress is a discontinued experimental programming language for high-performance computing, created by Sun Microsystems with funding from DARPA's High Productivity Computing Systems project. One of the language designers was Guy L. Steele Jr., whose previous work includes Scheme, Common Lisp, and Java.. Read more on Wikipedia...


(* Hello World in Fortress *) export Executable run(args) = print "Hello, world!"
Example from Wikipedia:
component hello export Executable run() = println(โ€œHello, World!โ€) end

Language features

Feature Supported Token Example
Comments โœ“
(* A comment
*)
MultiLine Comments โœ“ (* *)
(* A comment
*)
Semantic Indentation X

View source

- Build the next great programming language ยท Search ยท Add Language ยท Features ยท Creators ยท Resources ยท About ยท Blog ยท Acknowledgements ยท Queries ยท Stats ยท Sponsor ยท Day 605 ยท feedback@pldb.io ยท Logout