Giter Site home page Giter Site logo

Call Go from Lua about gopher-lua HOT 5 CLOSED

yuin avatar yuin commented on July 3, 2024
Call Go from Lua

from gopher-lua.

Comments (5)

funny-falcon avatar funny-falcon commented on July 3, 2024

main gopherlua's feature is performance imho, sand any reflection magic will hurt it.

If don't concern about performance, then you can use custom wrapper with reflection magic.

from gopher-lua.

jsimnz avatar jsimnz commented on July 3, 2024

I'll run some benchmarks and see what the hit is like.

from gopher-lua.

 avatar commented on July 3, 2024

I am currently working on something similar. It currently has support for most types, including channels, structs, and maps. You can take a look at it here:

https://godoc.org/github.com/layeh/gopher-luar (github)

from gopher-lua.

yuin avatar yuin commented on July 3, 2024

I don't think the performance is main feature of the GopherLua.
(There are many way to make more fast implementations)

My design principles are:

  • Integration of Lua's philosophy and Go's philosophy
    • keep it simple
    • perfer scaling back functions than adding new functions
    • no magic
  • User friendly Go APIs

That means, in short, it is important that balancing the simplicity with easy-to-use APIs.

The most appropiate approach for the situation is making it as a library.

I think bontibon's gopher-luar is the best for this situation.

from gopher-lua.

yuin avatar yuin commented on July 3, 2024

close this issue for now

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.