The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Fortress, the language. Wow.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Daniel Berger

Posts: 1383
Nickname: djberg96
Registered: Sep, 2004

Daniel Berger is a Ruby Programmer who also dabbles in C and Perl
Fortress, the language. Wow. Posted: Jan 16, 2007 7:43 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Daniel Berger.
Original Post: Fortress, the language. Wow.
Feed Title: Testing 1,2,3...
Feed URL: http://djberg96.livejournal.com/data/rss
Feed Description: A blog on Ruby and other stuff.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Daniel Berger
Latest Posts From Testing 1,2,3...

Advertisement
I'm looking over the Fortress specification as I'm writing this. Fortess is a language created by Sun specifically for high performance computing.

I gotta admit, there's some neat stuff in here. Traits (that look more like a cross between Ruby's modules and Scharli's traits at first glance), function contracts, function overloading, atomic expressions, nice keyword parameters...the list goes on.

There's some stuff that's downright radical from traditional programming languages, e.g. 'for' loops are parellel by default. Crazy, eh? Some of the mathematical notation is a bit scary for a guy like me, but I think I could get over it.

Lessee, list comprehensions, some syntax that looks amazingly like Ruby's, but could be doing much more behind the scenes, implicit getters and setters, transactions. Unlike FP languages that, after studying OCaml a bit, seem like they're simply approaching the same old problems with a different syntax, this language feels like a true paradigm shift in computer programming.

Like...wow, I mean....wow.

Read: Fortress, the language. Wow.

Topic: rcodetools: TDD/BDD++, automagic assertions, 100% accurate completion, doc/code browsing... Previous Topic   Next Topic Topic: How Rails Made Me A Better Programmer

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use