Galois Tech Talks: Stream Fusion for Haskell Arrays

Just a quick note about next week's Galois Tech Talk. Now that Galois
has completed its move into downtown Portland, and a shiny new, centrally
located, office space, we're opening up our tech talk series a bit more
widely. If you're in Portland, and interested in functional programming
and formal methods, drop by!
------------------------------------------------------------------------
Title: Stream Fusion for Haskell Arrays
Speaker: Don Stewart
Date: Tuesday, July 15th, 10.30am sharp.
Location: Galois, Inc.
421 SW 6th Ave. Suite 300
(3rd floor of the Commonwealth Building)
Portland, Oregon
Abstract:
Arrays have traditionally been an awkward data structure for Haskell
programmers. Despite the large number of array libraries available, they
have remained relatively awkward to use in comparison to the rich suite
of purely functional data structures, such as fingertrees or finite
maps. Arrays have simply not been first class citizens in the language.
In this talk we'll begin with a survey of the more than a dozen array
types available, including some new matrix libraries developed in the
past year. I'll then describe a new efficient, pure, and flexible
array library for Haskell with a list like interface, based on work in
the Data Parallel Haskell project, that employs stream fusion to
dramatically reduce the cost of pure arrays. The implementation will be
presented from the ground up, along with a discussion of the entire
compilation process of the library, from source to assembly.
About the Galois Tech Talks.
Galois (http://galois.com) has been holding weekly technical
seminars for several years on topics from functional programming,
formal methods, compiler and language design, to cryptography, and
operating system construction, with talks by many figures from the
programming language and formal methods communities.
The talks are open and free. If you’re planning to attend, dropping
a note to

On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart
Just a quick note about next week's Galois Tech Talk. Now that Galois has completed its move into downtown Portland, and a shiny new, centrally located, office space, we're opening up our tech talk series a bit more widely. If you're in Portland, and interested in functional programming and formal methods, drop by!
Any possibility of you guys taping the talk? Cheers, Johan

On Sat, 12 Jul 2008, Johan Tibell wrote:
On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart
wrote: Just a quick note about next week's Galois Tech Talk. Now that Galois has completed its move into downtown Portland, and a shiny new, centrally located, office space, we're opening up our tech talk series a bit more widely. If you're in Portland, and interested in functional programming and formal methods, drop by!
Any possibility of you guys taping the talk?
me too

johan.tibell:
On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart
wrote: Just a quick note about next week's Galois Tech Talk. Now that Galois has completed its move into downtown Portland, and a shiny new, centrally located, office space, we're opening up our tech talk series a bit more widely. If you're in Portland, and interested in functional programming and formal methods, drop by!
Any possibility of you guys taping the talk?
Unlikely next week, but soon, yes! -- Don

Slides, plus an audio recording of the talk would be great. With that, we could follow along easily. Johan Tibell wrote:
On Sun, Jul 13, 2008 at 12:16 AM, Don Stewart
wrote: johan.tibell:
On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart
wrote: Any possibility of you guys taping the talk? Unlikely next week, but soon, yes! How about the slides? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

westondan:
Slides, plus an audio recording of the talk would be great. With that, we could follow along easily.
Johan Tibell wrote:
On Sun, Jul 13, 2008 at 12:16 AM, Don Stewart
wrote: johan.tibell:
On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart
wrote: Any possibility of you guys taping the talk? Unlikely next week, but soon, yes! How about the slides?
Slides will certainly be provided. We've not yet sorted out the audio/visual set up in the new office, but it will follow in good time. -- Don

johan.tibell:
On Sun, Jul 13, 2008 at 12:16 AM, Don Stewart
wrote: johan.tibell:
On Sat, Jul 12, 2008 at 12:13 AM, Don Stewart
wrote: Any possibility of you guys taping the talk? Unlikely next week, but soon, yes!
How about the slides?
Slides for the last 3 talks are now up, on the Galois blog, http://www.galois.com/blog/ * Large Scale Monadic Refinement * Adventures in Foreign Function Interfaces * Stream Fusion for Haskell Arrays Cheers, Don
participants (4)
-
Dan Weston
-
Don Stewart
-
Henning Thielemann
-
Johan Tibell