This directory contains code that is more useful than the examples. This code *is* supported. lua.lua These are modules to suport dynamic loading of LuaSocket by the stand alone Lua Interpreter with the use of new "require" and "requirelib" functions. For my Mac OS X box, for instance, I place all files in /Users/diego/tec/luasocket and set the following environment variables: LUA_INIT=@/Users/diego/tec/luasocket/lua.lua LUA_PATH=/Users/diego/tec/luasocket/?.lua;?.lua LUA_PATHLIB=/Users/diego/tec/luasocket/?.dylib;?.dylib With that, I can run any luasocket application with the command line: lua