InfoQ

InfoQ

Presentation

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Recorded at:
Recorded at

Multicore Programming in Haskell

Presented by Simon Marlow on Jul 14, 2010 Length 00:46:24     Download: MP3
     Slides
Sections
Architecture & Design,
Development
Topics
Haskell ,
Parallel Programming ,
Concurrency ,
QCon ,
Functional Programming ,
Programming ,
Architecture ,
Conferences ,
QCon London 2010
The next QCon is in London March 5-9, Join us!
 

How would you like to view the presentation?

In case you are having issues watching this video, please follow these simple steps to help us investigate the issue:
1. Right click on the video player and select Copy log
2. Paste the copied information in an email to video-issue@infoq.com (clicking this link will fill in the default details in most email clients).
Note: in case your email client hasn't automatically picked up the email subject, please include in your email the URL of the video too.
3. Done.
We will investigate the issue and get back to you as soon as possible. Thanks for helping us improve our site!
Summary
Simon Marlow explains through code samples what Haskell has to offer for concurrent programming through concurrent data structures and thread-based concurrency, and Haskell’s tools for parallel programming.

Bio
Simon Marlow is co-architect of the Glasgow Haskell Compiler, and author of its multicore runtime. He has spent the last 12 years implementing Haskell, being involved in the design of Haskell itself, as co-chair of the Haskell 2010 committee.

About the conference
QCon is a conference that is organized by the community, for the community.The result is a high quality conference experience where a tremendous amount of attention and investment has gone into having the best content on the most important topics presented by the leaders in our community.QCon is designed with the technical depth and enterprise focus of interest to technical team leads, architects, and project managers.
comment bubles in the slide by ben dreux Posted
Re: comment bubles in the slide by Michael Haupt Posted
Re: comment bubles in the slide by Michael Haupt Posted
Re: comment bubles in the slide by Diana Plesa Posted
Re: comment bubles in the slide by Johan Tibell Posted
  1. Back to top

    comment bubles in the slide

    by ben dreux

    i'm using chromium
    and i can't read slides beacause each bubles of comments come with a big black box behind it

  2. Back to top

    Re: comment bubles in the slide

    by Michael Haupt

    Same here, with Safari 5 on Mac OS X and IE 8 on Windows XP. Could something be done about that? This is a really interesting talk, and completely useless when you can't most of the code examples.

  3. Back to top

    Re: comment bubles in the slide

    by Michael Haupt

    ... and the link for downloading the PDF slides is also not working (404). Please, somebody, fix this! :-(

  4. Back to top

    Re: comment bubles in the slide

    by Johan Tibell

  5. Back to top

    Re: comment bubles in the slide

    by Diana Plesa

    Hello all,

    we have now fixed the slides and also we have made the pdf available for download.
    we are sorry for the inconvenience.

    Diana (InfoQ)

Educational Content

Eventually Consistent HTTP with Statebox and Riak

Bob Ippolito explains how to solve concurrent update conflicts with Statebox, an open source library for automatic conflict resolution, running on top of Riak.

Java.next

Erik Onnen attempts to demonstrate that Java is still the best programming language for the JVM if simplified idioms are used along with proper tooling.

Evolution in Data Integration From EII to Big Data

Approaches to integrating data are changing with emergence of cloud computing.

Winning Hearts and Minds: How to Embed UX from Scratch in a Large Organization

Michele Ide-Smith presents the lessons learned in the process of introducing UX principles and techniques into a large organization through a series of small steps.

LMAX Disruptor: 100K TPS at Less than 1ms Latency

Dave Farley and Martin Thompson discuss solutions for doing low-latency high throughput transactions based on the Disruptor concurrency pattern.

Thoughts on Test Automation in Agile

Rajneesh Namta shares his thoughts, experiences, and some of the critical lessons learned while implementing software test automation on a recent Agile project.

Actor Interaction Patterns

Dale Schumacher presents several patterns of actor interaction that can be used in collaborative programs written in any language.

Scalaz: Functional Programming in Scala

Rúnar Bjarnason discusses Scalaz, a Scala library of pure data structures, type classes, highly generalized functions, and concurrency abstractions to perform functional programming in Scala.