Book description
Among today’s frontend technologies, the Elm programming language is genuinely unique. Lightweight and easy to work with, Elm is a functional language that compiles to JavaScript with code that’s fast, hard to break, easily testable, and extremely maintainable. In this report, author Matthew Griffith provides a quick overview of Elm with emphasis on its advantages over JavaScript and other popular frontend frameworks.
Created specifically for the web frontend, Elm eliminates many of the most common pain points of frontend development. Runtime exceptions are practically nonexistent, and refactoring is largely painless because of the strength and user-friendliness of Elm’s compiler. This report explains how you can adopt Elm into your projects incrementally.
- Learn how to read Elm’s expression-oriented code
- Discover why data immutability is one of the key features of Elm’s type system
- Become familiar with Elm’s variant of the Model-View-Controller architecture
- Explore Elm tooling, including the package manager, debugger, automatic code formatter, and the testing framework
- Compare two Elm packages—Elm CSS and Elm Style Animation—to similar frontend solutions
Publisher resources
Product information
- Title: Why Elm?
- Author(s):
- Release date: May 2017
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491980002
You might also like
book
Beginning F# 4.0
This book is a great foundation for exploring functional-first programming and its role in the future …
book
F# 4.0 Design Patterns
Learn how to apply functional F# design patterns to a huge range of programming challenges, and …
book
Web Development with ReasonML
ReasonML is a new, type-safe, functional language that compiles to efficient, readable JavaScript. ReasonML interoperates with …
book
Web Applications with Elm: Functional Programming for the Web
Learn the basics of the Elm platform for web applications. This book covers the language as …