[ZeroBrane Studio] Re: couple of questions

  • From: Paul K <paul@xxxxxxxxxxxxx>
  • To: zerobrane@xxxxxxxxxxxxx
  • Date: Thu, 14 Nov 2013 22:26:06 -0800

>> You know how easily things get confused, we will have folks putting gotos in 
>> the script that work fine on the PC but then don't work on the target. I 
>> just feel more comfortable keeping things in sync version wise.

> That's an interesting point. It may be possible to "fix" with compile
> time checks, but if you really want to use Lua 5.1 interpreter, I may
> consider including it back. I don't see a way to make the DLLs
> co-exist on Windows, so it would mean including yet another copy of
> luasocket that is built against a Lua 5.1 dll.

Just a quick update for Geoff and others interested in this topic. I
might have found a way to make all three run-times (LuaJIT, Lua 5.1
and Lua 5.2) to co-exist on Windows and OSX and to work well with
different packaging mechanisms (LfW and LuaDist). I'm still working on
the details and plan to have something to test early next week.

Paul.

Other related posts: