lua-mruby
lua-mruby copied to clipboard
call lua func from mruby
Hi, is possible to call lua function from mruby?
that's the question!
I plan on adding a feature to assign MRuby variables within the interpreter to Lua objects in the next minor version, but I'm not 100% sure how I would go about calling the Lua functions from within MRuby. I'm not very well versed with either C or Lua (very well-versed in Ruby, though) so if anyone knows anybody who has done Lua C extensions before, now's the time to link them to this issue =)