Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

Fortress

< >

Fortress is an open source programming language created in 2004.

#726on 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 · About · Acknowledgements · Extensions · Day 630 · Donate · feedback@pldb.io