GTK+ Programming with Haskell
As described on its webpage, GTK+, or the GIMP Toolkit, is a multi-platform toolkit for creating user interfaces. In this video we will use the haskell-gi suite of packages to build a simple GTK+ application with Haskell. Show Notes We begin with an empty Cabal project called gtk-intro. To write our GTK+ application, we’re going to …