Skip to content

Instantly share code, notes, and snippets.

@marcosh
Created January 15, 2016 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcosh/a6e010175a5743e8bec6 to your computer and use it in GitHub Desktop.
Save marcosh/a6e010175a5743e8bec6 to your computer and use it in GitHub Desktop.
ELM OR HOW I LEARNED TO LOVE FRONT-END DEVELOPMENT

Front-end development is evolving very rapidly, with new frameworks appearing and then declining very rapidly. Among the many options that a developer has for developing the graphical user interface of its web application, Elm steps out as one of the most original and most promising approaches. It combines the principles of reactive programming with the elegance of strongly typed functional programming, still providing a nice integration with javascript code.

In this talk Marco will present Elm digging into at a real project built with it, exploring the best features of the language and focusing on the architecture that naturally emerges building Elm applications, which is great for modularity, code reuse and testing.

@chrisseaton
Copy link

I'm not sure you want to refer to a developer as 'its'. How about 'their'? So 'Among the many options that a developer has for developing the graphical user interface of their web application'.

'Marco will present Elm digging' -> 'Marco will present Elm, digging'

Looks good apart from that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment