BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Erlang - software for a concurrent world

Erlang - software for a concurrent world

Bookmarks
01:00:43

Summary

How do you program a multicore computer? Easy - do it in Erlang. Erlang is a concurrent functional programming language designed for programming fault-tolerant systems. With share-nothing semantics and pure message passing, Erlang programs scales on multicore computers. In this talk, Joe introduces Erlang, the ideas of Concurrent Oriented Programming and commercial applications written in Erlang.

Bio

Joe Armstrong is the principal inventor of Erlang and coined the term "Concurrency Oriented Programming". At Ericsson he developed Erlang and was chief architect of the Erlang/OTP system. In 1998 he formed Bluetail, which developed all its products in Erlang. In 2003 he obtain his PhD from the Royal Institute of Technology, Stockholm. He is author of the book "Software for a concurrent world".

About the conference

JAOO is the premier European developer conference on software technology, methods and best practices. The conference presents in-depth presentations and tutorials by researchers, engineers and trend-setters in software engineering and technology.

Recorded at:

May 27, 2008

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • video stops at 16:46.

    by Lars Vonk,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    The video and presentation stops at 16:46. Am I the only one or is the video broken?

    - Lars

  • Re: video stops at 16:46.

    by Diana Baciu,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Hi Lars

    I just tested it and it seem to be working fine
    Diana

  • Re: video stops at 16:46.

    by Lars Vonk,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Works fine for me again... Must have been my connection or so. Thanks.

  • Download slides presentation

    by paul de schacht,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Hello,
    is it possible to download the slides of this excellent presentation ? Thanks - Paul

  • Flash 9?

    by Piotr Usewicz,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Guys... Flash 10 should be allowed too watch the video.

  • Re: Download slides presentation

    by art ing,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    hello where is the presentation ?

  • mp3

    by shane berry,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Does anyone know how I can convert the audio to mp3 format, so I can listen to it on the road?

  • Re: Download slides presentation

    by Allen Montejo,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    It would be great if we have a function here that we can download the presentation with the slide.

  • Re: Flash 9?

    by Tarjei Knapstad,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Flash 10 is still a beta product, why on earth should InfoQ be required to support a prerelease?

  • Re: Download slides presentation

    by Floyd Marinescu,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Sorry Lars, slide downloads were only available to people who attended JAOO.

  • Not just concurrency...

    by Michael Neale,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    One of the nicest things about erlang, which no one talks about, is how it is designed for ultra reliable software. Carrier grade etc. People seem to be used to unreliable terrible software these days, and would rather have things cheap (and disposable). However, erlang promises a higher grade of reliability then I think people are used to. Thats the greatest thing about it for me. The concurrency stuff is a nice side effect.

  • Re: Not just concurrency...

    by Debasish Ghosh,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Steve Vinoski has blogged a lot about Erlang reliability. Check out steve.vinoski.net/blog. Also there are quite a few posts in Erlang forums that describe how single assignment, immutability etc. make Erlang a great platform for designing reliable systems. I am +1 with you that reliability is the #1 USP for Erlang.

  • Re: mp3

    by Mykola Gurov,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    you could download the .flv and then convert it with the ffmpeg dropping out the video track. But you would miss the slides :(

  • What a wonderful talk!

    by Stephen Muga,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    When this talk came out, I was only 12.5 years old and barely knew anything about programming. 12 years later, here I am watching the video. It was a great video. Well laid-out. The responsive slides are a nice touch, too! I had a bit of a laugh when one the slides postulated that the processors in 2019 would have a million cores. Haha. It's 2020 and the highest core count in a single CPU is 128. And that's just enterprise CPU. At the consumer level, 64 cores may be the highest. Sadly, Moore's Law may be dead. The best way to write and run a highly parallel program begins with first building a cluster of N nodes. That's how I got here. Anyway, cheers!

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT