Link Details

Link 11345 thumbnail
User 107114 avatar

By daniel
via blogs.zdnet.com
Published: Jan 17 2007 / 09:21

Fortress is an experimental new language with implicit support for parallel computation and an extensible syntax that lets you program with Unicode characters, subscripts, and superscripts. Runs on the JVM.
  • 18
  • 0
  • 1386
  • 427

Comments

Add your comment
User 209881 avatar

pcx99 replied ago:

0 votes Vote down Vote up Reply

Yup. The new multi-core processors are going to start demanding more language support for parallel computation. It's the elephant in the programmer's break room that nobody seems to want to talk about. But if you want to exploit modern processors you simply can't code the way it's always been done before.

To this end I'm surprised Java hasn't become even more of a buzzword because it natively supports multithreading. It's going to be interesting to see which language becomes the new adopted standard in controlling the new multi-core systems.

User 204981 avatar

reido56 replied ago:

0 votes Vote down Vote up Reply

Erlang is another language I've seen mentioned for parallelism. It's designed that way. The syntax may seem unusual because it's descended more from the functional languages (think ML, Haskell) than the Algol line, but becoming able to switch to that different way of thinking is worth it. Who knows whether it will catch on or not.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.