Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Fortress

< >

Fortress is an open source programming language created in 2004.

#811on PLDB 20Years Old
Homepage ยท Wikipedia

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 Example Token
Comments โœ“ (* A comment *)
MultiLine Comments โœ“ (* A comment *) (* *)
Semantic Indentation X
- Build the next great programming language ยท Add ยท About ยท Search ยท Keywords ยท Livestreams ยท Labs ยท Resources ยท Acknowledgements ยท Part of the World Wide Scroll