/go-wren

Go bindings to the Wren scripting language.

Primary LanguageGoMIT LicenseMIT

go-wren

GoDoc

This package provides Go bindings to the Wren scripting language.

Getting Started

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