Skip to content

runningwild/golua

 
 

Repository files navigation

Go Bindings for the Lua C API (Now works on Go1!)

Simplest way to install:

$ go get -u github.com/xenith-studios/golua

To use golua:

import "github.com/xenith-studios/golua"

After installing golua, if you wish to run the examples:

$ cd $GOPATH/src/github.com/xenith-studios/golua/examples/
$ for test in *.go; do { go run $test; } done

Licensing
-------------------------
GoLua is released under the MIT license.
Please see the LICENSE file for more information.

Lua is Copyright (c) Lua.org, PUC-Rio.  All rights reserved.
The Lua license can be found in the source and is available online:
    http://www.lua.org/license.html

About

Go bindings for Lua C API - in progress

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.6%
  • Go 4.8%
  • Lua 0.6%