Port of Lua for the IBM i platform in the ILE subsystem.
No binary releases are available yet, see Compilation below.
- Upload the source tree to your IBM i machine using e.g. SFTP
- Edit the Makefile to contain the path for the source
- Issue
make library
to create the LUA library to store the objects and *PGM - Issue
make
to build LUA/LUA - ???
- PROFIT!
This version of Lua includes a midrange
namespace with OS/400 specific functionality.
This is a work-in-progress to allow easier interaction with ILE and IBM i
TODO: write sample code and document how to use it.