<div dir="ltr">There are a number of different ways to do what you want.<div><br></div><div>Luerl (<a href="https://github.com/rvirding/luerl">https://github.com/rvirding/luerl</a>) is an implementation of lua in erlang.  This is the safest method but uses the BEAM.  I'd recommend you try this first to see if it really is too slow for your needs.</div><div><br></div><div>F.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 17, 2016 at 10:52 AM, Arshad Ansari <span dir="ltr"><<a href="mailto:arshadansari27@gmail.com" target="_blank">arshadansari27@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello there,<div>We have existing business logic in Lua, which is a lot of scripts. We've been using it by calling it from C (freediameter) and through LuaJIT. Beam is much slower when compared to LuaJIT execution (as claimed by many) and I'm now tasked with making erlang to work with those lua scripts but not using lua only. Rather, it has to be using LuaJit. Every example I've seen using luerl and other such libraries are directly executing lua and I'm not able to find a way to do the same with JIT. Can anyone point me in right direction?</div><div><br></div><div>Regards,</div><div>Arshad</div></div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>