goPromise is an implementation of Scheme's delay and force primitives for
the Go programming language.
Just run goinstall golang.org/anschelsc/goPromise, and then
import promise "golang.org/anschelsc/goPromise" to use it in your code.
The documentation, as is normal for Go packages, is in the code itself. If you
used goinstall, you should be able to use godoc to see the documentation,
e.g. with godoc -http=:6060 and pointing your browser at
http://localhost:6060.
I (Anschel Schaffer-Cohen) can be found at anschelsc@gmail.com, but if you have contributions/issues related to gofrac I would prefer for you to post them at github.