Super useful for learning the Lua API from the fundamentals.
http://lua-users.org/lists/lua-l/2010-06/msg00153.html Before you start make sure you have our basic sandbox tools installed.
Then at the command prompt try:
Code Block |
---|
git clone https://github.com/eliotmuirgrid/core.git
cd core/sandbox_lua
make |
Then run the test executable. You are doing a git clone of this repository.
You should see something like the below flow:
Code Block | ||||
---|---|---|---|---|
| ||||
The answer to life and universe and everything is Lua. |