lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I would like to propose a standard lua library. Written in Lua. This library
should hold a series of well-defined, offen used functions. The purpose of
the stdlua is to create a common library that will improve the expirence of
programming in Lua and will help people exchanging source code.

The library could also be a good starting point for new users trying to
learn Lua.

How to include:
dofile("stdlua.lua")

stdlua.lua should only expose a single global variable "stdlua" and all
functions should be members in stdlua.

Example of function that could be part of stdlua.lua:
clone()

www.lua-users.org could be the place for suggesting, validating and
maintaining the library. A primary maintainer should be appointed.

/erik