Purely Functional GTK+, Part 1: Hello World
In the last episode we explored gi-gtk, a package providing Haskell bindings to the GTK+ library, and noted in the end that the programming style was imperative and object-oriented. In this episode, we’ll program in a more functional style using gi-gtk-declarative. Our goal goal is to build a to-do list application, in the style of TodoMVC, using …