BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Elm: Making the Web Functional

Elm: Making the Web Functional

Bookmarks
31:10

Summary

Evan Czaplicki introduces Elm, a functional reacting programming language meant to replace HTML/CSS/JavaScript, optimized for creating web GUIs, supporting complex user input and avoiding callbacks.

Bio

Evan Czaplicki has recently graduated from Harvard with a degree in Computer Science, and he’s taking a break before starting as a software engineer at Google. He is interested in making programming more accessible: easier to use and understand. His goals have been influenced both by a formal study of programming languages and practical experiences as an intern at Google and Microsoft.

About the conference

As new problems in computing arise, new languages are being created to help tackle those problems. We want to bring together programming language creators, researchers, and enthusiasts to share goals, experiences, and challenges. Our goal is advancing the state of the art in programming language design and implementation.

Recorded at:

Nov 28, 2012

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

  • The Examples from Talk

    by Evan Czaplicki,

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

    The live coding examples are a bit grainy, so I posted the examples here in the rough order that they appear in the talk.

    They are in the Elm's interactive editor, so you can follow along with the talk or just check them out and play around with them!

  • Very impressive

    by Duraid Duraid,

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

    Very impressive and ground breaking. But why another language? why not use haskell or clojure to build upon to produce javascript? something like clojurescript?

  • Reactive

    by Dmitry Tsygankov,

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

    I think it should be "functional reactive programming" (FRP), not "functional reacting programming".
    But, then, I have nothing against introducing another term for the same thing :)

  • Re: Reactive

    by Dmitry Tsygankov,

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

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