Archives for January2013

Processing Lua pages

Here’s a small sample that processes files with lua code, like php. You can use this in your own app/webserver to server lua pages.
Read More

using Select Case – with Functions

If you have worked with C, javascript or similar languages, you must have definitely encountered the ‘switch’ or ‘Select Case’ commands which do not seem to be present in Lua and often miss it while developing.
Read More