Functional Reactive Programming

27 thoughts
last posted Sept. 9, 2015, 6:02 a.m.

5 earlier thoughts

1

Elm

Elm is a programming language / system based on Functional Reactive Programming that has been making some headway:

http://elm-lang.org/

The Elm language is an eager, pure, statically typed, functional language with syntax based mainly on Haskell.

In Elm you explicitly construct a Signal graph and return it back to the runtime for interpretation; the signal graph does not change while the application is running.

21 later thoughts