Top 4.7% forks on proxy.golang.org
proxy.golang.org : github.com/dradtke/go-wren
Package wren provides bindings to the Wren scripting language. (To learn more about Wren, visit http://wren.io/index.html) This package facilitates running Wren code from Go. At its simplest, all you need to do is create a new virtual machine instance and interpret some Wren code: However, it's also possible to register foreign classes and methods in Go that can be called from Wren, and to execute Wren code directly from Go. Due to Go's inability to generate C-exported functions at runtime, the number of foreign methods able to be registered with the Wren VM through this package is limited to 128. This number is completely arbitrary, though, and can be changed by modifying the directive at the bottom of wren.go and running "go generate". If you feel like this number is a terrible default, pull requests will be happily accepted.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/dradtke/go-wren
License: MIT
Latest release: almost 5 years ago
First release: almost 5 years ago
Namespace: github.com/dradtke
Stars: 22 on GitHub
Forks: 4 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago