Fortress Content on InfoQ
Latest featured content about Fortress

- Topics
- Research,
- Programming,
- Java
In this presentation from the JVM Languages Summit 2008, David Chase discusses Fortress, a Fortran-based highly parallel programming language. Topics covered include the origins of Fortress, mathematical syntax, the challenges of running on the JVM, parsing, work stealing, transactions, continuations, problems with blocking, the type system, type mapping, multiple dispatch and profiling.

- Topics
- Language Design,
- Ruby,
- Domain Specific Languages,
- Java,
- .NET,
- Language,
- Architecture
Sun Fellow Guy Steele is interviewed by Floyd Marinescu, co-founder of InfoQ, and Bobby Norton of ThoughtWorks. Guy works for the Programming Language Research Group. The interview focuses on programming languages, the lessons to be learned from the past and what to expect from the future.

- Topics
- Language,
- Research,
- Programming,
- Architecture
Guy L. Steele heads the Sun Programming Language Research Group. He's held positions at Carnegie-Mellon University, Tartan Laboratories, and Thinking Machines Corporation and is the author or co-author of several books on languages (Common Lisp, C, High Performance Fortran, the Java Language Specification) as well as "The Hacker's Dictionary" (also known on the Internet as the "Jargon File").
News about Fortress
- Topics
- Java,
- Open Source
Fortress, a new language designed specifically for high-performance computing (HPC), has been released on SunSource under the BSD language. The preliminary interpreter is based on the JVM. Fortress is intended as a modern day replacement for Fortran.