12.07.2015 Views

Fortress Programming Language Tutorial.pdf - Free

Fortress Programming Language Tutorial.pdf - Free

Fortress Programming Language Tutorial.pdf - Free

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Fortress</strong> <strong>Programming</strong> <strong>Language</strong> <strong>Tutorial</strong>, PLDI, 11 June 2006Aggregate Expressions• Set, array, map, and list constants{ 2, 3, 5, 7 }[ “cat” ↦ “dog”, “mouse” ↦ “cat” ]⟨ 0, 1, 1, 2, 3, 5, 8, 13 ⟩• Set, array, map, and list comprehensions{ x 2 | x ← primes }[ x 2 ↦ x 3 | x ← fibs, x < 1000 ]⟨ x(x+1)/2 | x ← 1#100 ⟩• Array pasting[ 1 00 A ][ 1 00 A]© 2006 Sun Microsystems, Inc. All rights reserved.21

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!