perbone / luascript

Lua language support for Godot Engine
Apache License 2.0
633 stars 45 forks source link

LuaJIT #4

Closed nico-abram closed 5 years ago

nico-abram commented 5 years ago

Have you considered luajit?

perbone commented 5 years ago

For the time been only Lua 5.4. There are a good chunk of Lua code for class support and API bind that I will code using the latest language features from 5.4. After that is done I can have a real idea about the effort to support others Lua forks.

nico-abram commented 5 years ago

Why was this closed?

MetlHedd commented 5 years ago

https://github.com/perbone/luascript/issues/1#issuecomment-483507499

perbone commented 4 years ago

Hi! I decided to support both runtimes PUC Rio Lua 5.4 and LuaJIT. Will be a project settings that will impact syntax dialect and game export.