This meeting will be discussing Tangible Functional Programming by Conal Elliott.
The meeting will be held this coming Tuesday, 25th March, at 6.30pm, at a location to be announced (likely midtown).
Here's an informal description of the approach described by the paper, taken from here:
...a way make functional programming "tangible" and visual, rather than abstract and syntactic and, in doing so, to fulfill the original Unix vision of simple, composable apps. The key is to keep an app's interface and functionality combined and separable. Combined yields usability, and separable yields composability. This principle applies not only to GUI-style interfaces, but to textual IO as well, and it applies to both direct composition and syntactic composition. See the TV page for examples of the latter. The common practice of mixing IO with functionality inhibits composability whether in C or in Haskell.
Some related resources: