Oracle Gives Up on Fortress
Written by Kay Ewbank   
Thursday, 26 July 2012

Oracle is stopping work on the HPC Fortran alternative language project, Fortress, due to the difficulties it presents.

The Open source language project for High Productivity Computing Systems (HPC), that was started by Sun is being ‘wound down’ by Oracle. Project Fortress, which was part funded by the US DARPA (Defense Advanced Research Projects Agency) has faced too steep technical hurdles, according to a blog post by Guy Steele of the Oracle Labs Programming Language Research Group.

 

 

The idea behind Fortress was develop a better alternative to Fortran for HPC. Steel says in his blog post that:

"Many aspects of the Fortress design were novel, and we learned a great deal from building an interpreter and an initial set of libraries."

He explains that the technical challenges arose because of a mismatch with the “rather ambitious Fortress type system” and there being no virtual machines designed to support it.

The work on Fortress will be gradually reduced over the coming months. The codebase will remain open source, and Oracle's Programming Language Research Group will answer queries about it.

Steel lists a number of aspects that the team is ‘quite pleased’ about, including the use of generators and reducers to organize collections classes and their use. He describes this idea as related to "map-reduce" but a bit more general. Implicit parallelism supported by work-stealing was another plus point, and proved an effective implementation mechanism for parallelism on shared-memory processor clusters.

Fortress also uses nested atomic blocks supported by transactional memory, and the team believes this to be a powerful and expressive alternative to locks for expressing synchronization among threads in a shared-memory environment.

More Information

Fortress Wrapping Up

Related Articles

Language Wars - PHP, Python, Ruby

The Top Languages of 2011

Programming Languages - A Map

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

Banner


Amazon Ending Alexa Skills Payments
12/04/2024

Amazon has told developers who are signed up to the Alexa Developer Rewards Program that their monthly payments will end at the end of June. The announcement follows a decision to end the program unde [ ... ]



Java Version 22 Released
04/04/2024

JDK 22 is not a Long Term Support release, but is one of the regular releases that are scheduled to arrive every six months. Still, it has got a lot to show for itself.


More News

Last Updated ( Thursday, 26 July 2012 )