A couple of weeks ago I read about Elm, a new functional language, which compiles to JavaScript and HTML. Elm is designed with the browser in mind, most notably by implementing Functional Reactive Programming (FRP). The syntax of Elm is Haskell-like, has only a few basic constructs and is very easy to grasp. As the best method of learning is doing, I decided to write a simple traffic simulation ga