May 2018 Simple Calculator on Parsec and GTK =================================== ![](scale_calc.png){ width=220px } Today I implemented this simple stupid calulator as a side effect of playing around with parsec [1] and haskells gtk3 [2] bindings, as well as glade [3] - an interactive user interface designer. Source Files ------------ * Ref --- * [1] * [2] * [3]