blob: cc0aa28ea5b0770442befcabaff667a18c61b63f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
May 2018
Simple Calculator on Parsec and GTK
===================================
{ 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
------------
* <https://gitweb.softwarefools.com/?p=miguel/haskell.git;a=tree;f=calcGTK>
Ref
---
* [1] <https://hackage.haskell.org/package/parsec>
* [2] <https://hackage.haskell.org/package/gtk3>
* [3] <https://glade.gnome.org/>
|