This package provides Go bindings to the Wren scripting language.
Run these commands to download the package, build the library, and run tests:
$ go get -d github.com/dradtke/go-wren
$ cd ${GOPATH}/src/github.com/dradtke/go-wren
$ (cd wren && make static)
$ go test