Posts Tagged As Elm


Feb 2016

20

Reactive Apps With Elm Part 2

In the first part of this blog series we saw what Signals are. Let us continue on this journey and explore Mailboxes.




Tags: Elm

Feb 2016

06

Reactive Apps with Elm Part 1

Elm is a functional programming language that compiles to JavaScript. It is extremely fast and has great features such as immutability, static typing and module system. It was designed as part of Evan Czaplicki's thesis in 2012.




Tags: Elm