Giter VIP home page Giter VIP logo

Comments (3)

yuin avatar yuin commented on July 30, 2024

Hi,
GopherLua is a Lua5.1 implementation, so reading Lua 5.1 reference manual might be helpful and you should be familiar with original Lua5.1(GopherLua has same API as original Lua5.1).

How i can export some Go packages to this implementation?

Please refer to Creating a module by Go .

How multiple return works in this LUA implementation?

Almost same as original Lua5.1 implementation. GopherLua uses objects instead of stack indicies. Please refer to Calling Lua from Go .

from gopher-lua.

paulocoutinhox avatar paulocoutinhox commented on July 30, 2024

Ok, nice.

Fist question is about error handling. Other libs that im using to integrate has a problem in calling functions with 3 types of error:

1 - Call a export function to LUA using fewer params number
2 - Call a export function to LUA using too many params number
3 - Call a export function to LUA using invalid type param

This is a common problem when user develop their scripts, but another lib simply CRASH the host process!

How it works on this lib?

Second question: It is in active development? Have any contact (email, skype, hangout)?

Third question: You see any problem to use it in my project? Any limitations?

Thanks. Sorry for questions, but it is an important search to my project.

from gopher-lua.

yuin avatar yuin commented on July 30, 2024

1

Same as original Lua5.1 implementation. You can either let it crash when there is a problem with parameters or handle the error.

2

It is in active development?

Yes it is.

Have any contact (email, skype, hangout)?

Sorry this is just a hobby project, I can not give you that.

3

GopherLua is a FLOSS.

If you can not read the GopherLua sources and can not solve the problem by yourself, it is hard to use this library for your project. I recommend you to use other libraries.

from gopher-lua.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.