Real World Halogen [Draft]

Functional languages like PureScript, ReasonML, and Elm offer powerful features to manage complexity and help you reliably design, build, and refactor apps of any size. Yet, despite functional programming’s long history, there are few resources that teach how to build a non-trivial applications with these languages.

This guide demonstrates how to build a real world single-page application in PureScript and its most popular framework, Halogen. It comes with over 2,000 lines of commented code so you can see exactly how the ideas presented here translate to idiomatic PureScript.

I’m a senior developer at Awake Security (acquired by Arista Networks) and previously worked at CitizenNet (acquired by Conde Nast). Both companies leverage PureScript to build single-page applications. I’m convinced it’s the best language for the web available today, and by the end of this guide you’ll be well-equipped to use it to build reliable applications of your own.

A word of caution

This rough draft contains example code that may not be up-to-date with the thoroughly-commented source code. The examples in this guide should work, but refer to the source code for the up-to-date code.

Prerequisites

This is not a gentle introduction to PureScript or Halogen. It is intended for advanced beginners or intermediate PureScript developers who can build small Halogen apps but don’t yet feel comfortable building real world applications with the language & framework. If you feel lost when you begin reading, I recommend checking out learning resources including: