Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "LDT/User Area/Compatible Lua VMs"

< LDT
Line 32: Line 32:
 
|Lua-5.1
 
|Lua-5.1
 
|[[Image:Progress.gif]] Coming soon.
 
|[[Image:Progress.gif]] Coming soon.
| LuaSocket deliver with Mihini.
+
| LuaSocket 2.0 is deliver with Mihini.
 
|
 
|
 
|[[Image:Progress.gif]] Coming soon.
 
|[[Image:Progress.gif]] Coming soon.
Line 68: Line 68:
 
|Lua-5.1
 
|Lua-5.1
 
|Not officially supported.
 
|Not officially supported.
|LuaSocket ?
+
|LuaSocket deliver with MOAI.
|Not tested.
+
|Tested MOAI sdk v1.3-149 on windows : Works only with the [http://wiki.eclipse.org/Koneki/LDT/Developer_Area/User_Guides/User_Guide_0.9#Attach_session "Lua Attach To Application"] and seems there are problems with coroutine create with MOAI API.
 +
Could be nice to offer a better support.
 +
Could work out of the box if MOAI interpreter supported "-e" option. :/
 
|available at  [http://wiki.eclipse.org/Koneki/LDT/User_Area/Available_Execution_Environments Available Execution Environement]  
 
|available at  [http://wiki.eclipse.org/Koneki/LDT/User_Area/Available_Execution_Environments Available Execution Environement]  
 
|-
 
|-

Revision as of 11:54, 28 January 2013

This page aims to list the Lua VMs which works with Lua Development Tools (LDT).

(feel free to complete with your tests)

VM Debugger Compatibility Execution Environment
Name-Version Based on Officially supported Transport Layer Comments Execution environment is only used to enable some user assistance (autocompletion, documentation) for a given VM
Lua-5.1 Lua-5.1 Ok green.gif Since LDT 0.1. LuaSocket 2.0 needed. Ok green.gifOfficially available since 0.8, deliver with LDT since 0.9.
Jnlua-0.9 Lua-5.1 Ok green.gif Since LDT 0.9. Based on Java Socket. Interpreter based on Jnlua 0.9 delivered with LDT since 0.9. Ok green.gifOfficially available since 0.8 (use Lua 5.1 one), deliver with LDT since 0.9.
Mihini-0.8 Lua-5.1 Progress.gif Coming soon. LuaSocket 2.0 is deliver with Mihini. Progress.gif Coming soon.
Lua-5.2 Lua-5.2 Progress.gif In Progress. LuaSocket 2.1 needed (not released yet). Could partially work with the 0.9. Not available for now (we are looking for community help).
Jnlua-1.0 Lua-5.2 Should work, not tested. Need a transport layer, perhaps works with LuaSocket 2.1. Could be nice to delivered it with LDT. (see Lua 5.2)
LuaJIT-2.0 Lua-5.1 Progress.gif In Progress. Should work with LuaSocket 2.0 patched (here the patches to apply) and perhaps with LuaSocket 2.1 (not released yet). Should work soon with a nightly build. Lua 5.1 Execution environment could be used.
wxLua Lua-5.1 Not officially supported, but should work. LuaSocket 2.0 needed. Tested v2.8.10 on windows with LuaSocket 2.0 : works out of the box. We don't know about any. Perhaps it could be partially generated from doxygen documentation (we are looking for community help).

Lua 5.1 execution environement could be used waiting for better.

MOAI Lua-5.1 Not officially supported. LuaSocket deliver with MOAI. Tested MOAI sdk v1.3-149 on windows : Works only with the "Lua Attach To Application" and seems there are problems with coroutine create with MOAI API.

Could be nice to offer a better support. Could work out of the box if MOAI interpreter supported "-e" option. :/

available at Available Execution Environement
Gideros Lua-5.1 Not officially supported. LuaSocket ? Not tested. available at Available Execution Environement
Corona Lua-5.1 Not officially supported. LuaSocket ? Not tested. We don't know about any (we are looking for community help).

Lua 5.1 execution environement could be used waiting for better.

LÖVE Lua-5.1 Not officially supported. LuaSocket ? Not tested. We don't know about any (we are looking for community help).

Lua 5.1 execution environement could be used waiting for better.

Back to the top