Friday, June 4, 2010

A simple Calculator using Go Language with go-gtk

SCREENSHOT


You need to have Go and go-gtk installed.

You can install Go here

For go-gtk, download the source here, navigate to the directory and 'make example'.

Full source code of the calculator is available here.