Fortress is an open source programming language created in 2004.
#705on 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!"
component hello
export Executable
run() = println(โHello, World!โ)
end
Feature | Supported | Example | Token |
---|---|---|---|
Comments | โ | (* A comment *) | |
MultiLine Comments | โ | (* A comment *) | (* *) |
Semantic Indentation | X |