Fork me on GitHub

Project Notes

#106 Elm

Elm In a Nutshell

Notes

This is elm the language, not elm, the email client!

Elm is…

  • functional programming language
  • reactive
  • compiled to JavaScript
  • free and open source

Elm has…

  • pure views
  • referential transparency
  • immutable data
  • controlled side effects
  • signals

Elm origins…

  • was designed by Evan Czaplicki as his thesis in 2012
  • governed by the Elm Software Foundation
  • developed in the open on GitHub

Why elm?

Elm’s main focus has always been making front-end development simpler and more robust.

It arguably provides features that resonate with modern front-end development trends e.g. uni-directional event-driven state transforms with immutable data (rather than jQuery hacking the DOM).

Credits and References

About LCK#106 elm
Project Source on GitHub Return to the Project Catalog

LittleCodingKata is my collection of programming exercises, research and code toys broadly spanning things that relate to programming and software development (languages, frameworks and tools).

These range from the trivial to the complex and serious. Many are inspired by existing work and I'll note credits and references where applicable. The focus is quite scattered, as I variously work on things new and important in the moment, or go back to revisit things from the past.

This is primarily a personal collection for my own edification and learning, but anyone who stumbles by is welcome to borrow, steal or reference the work here. And if you spot errors or issues I'd really appreciate some feedback - create an issue, send me an email or even send a pull-request.

LittleArduinoProjects LittleModelArt More on my blog