The manual is written as if there is a metalua executable, but I could not find one. Linking metalua.lua to the $PATH appears to be insufficient since a) there is no shebang and b) it does not set up LUA_PATH correctly. I've created my own script that evals luarocks path before execing lua, but even this only works when it's run from the metalua checkout.
The manual is written as if there is a
metaluaexecutable, but I could not find one. Linkingmetalua.luato the$PATHappears to be insufficient since a) there is no shebang and b) it does not set upLUA_PATHcorrectly. I've created my own script that evalsluarocks pathbefore execing lua, but even this only works when it's run from the metalua checkout.