Giter VIP home page Giter VIP logo

Comments (5)

d5 avatar d5 commented on May 18, 2024

This is one of the things that I wanted to implement earlier, but, invoking compiled functions from native Go code is a bit challenging. Maybe not in the near term, but, I will definitely revisit this feature in the future version. I know that's not what you wanted, but, you can always write map/reduce functions in Tengo and use them via modules, if that works.

from tengo.

kcsampson avatar kcsampson commented on May 18, 2024

Thanks, I'll give it a try. Perhaps I'll fork it and give it a go. I'll need to do that since "machine" is private to a Compiled.
Can I create a second machine, and run the function on that? how would I copy symbol table?

from tengo.

d5 avatar d5 commented on May 18, 2024

I'd say writing map/reduce functions in a module is better, but, if you want to experiment with running compiler/VM directly, my recommendation is to look at script.Script and script.Compiled code to see how they manage symbol table and global variables. More specifically this and this could be good starting points.

from tengo.

mccolljr avatar mccolljr commented on May 18, 2024

@kcsampson this functionality is now available in the tengo2 branch. The Callable interface and CallableFunc signatures have changed, so you might need to update your code to support that, but you will be able to call back to tengo code from go code provided you make the call from the same goroutine the VM is running on.

from tengo.

antmanler avatar antmanler commented on May 18, 2024

I'd like to know when this feature will be merged @mccolljr

from tengo.

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.