mchlmmc / CirnOS

Bringing the workflow of Arduino to the Raspberry Pi
GNU General Public License v3.0
101 stars 6 forks source link

Replace standard Lua interpreter with LuaJIT #6

Closed mchlmmc closed 5 years ago

mchlmmc commented 6 years ago

While Lua is a very fast and useful language on it's own, LuaJIT is an upgrade to the existing interpreter that CirnOS could benefit from using.

Here are some reasons why:

LuaJIT is a drop in replacement for Lua, so adding it should be as simple as configuring some header files in LuaJIT and editing build.sh to include LuaJIT's files.

mchlmmc commented 5 years ago

I have added LuaJIT to CirnOS.