[1803] | 1 | This is Lua 5.0. |
---|
| 2 | |
---|
| 3 | * What is Lua? |
---|
| 4 | ------------ |
---|
| 5 | Lua is a powerful, light-weight programming language designed for extending |
---|
| 6 | applications. Lua is also frequently used as a general-purpose, stand-alone |
---|
| 7 | language. Lua is free software. |
---|
| 8 | |
---|
| 9 | For complete information, visit Lua's web site at http://www.lua.org/ . |
---|
| 10 | For an executive summary, see http://www.lua.org/about.html . |
---|
| 11 | |
---|
| 12 | Lua has been used in many different projects around the world. |
---|
| 13 | For a short list, see http://www.lua.org/uses.html . |
---|
| 14 | |
---|
| 15 | * Availability |
---|
| 16 | ------------ |
---|
| 17 | Lua is freely available for both academic and commercial purposes. |
---|
| 18 | See COPYRIGHT and http://www.lua.org/license.html for details. |
---|
| 19 | Lua can be downloaded from its official site http://www.lua.org/ and |
---|
| 20 | several other sites aroung the world. For a complete list of mirror sites, |
---|
| 21 | see http://www.lua.org/mirrors.html . |
---|
| 22 | |
---|
| 23 | * Contacting the authors |
---|
| 24 | ---------------------- |
---|
| 25 | Send your comments, questions, and bug reports to lua@tecgraf.puc-rio.br. |
---|
| 26 | For more information about the authors, see http://www.lua.org/authors.html . |
---|
| 27 | For reporting bugs, try also the mailing list: lua-l@tecgraf.puc-rio.br. |
---|
| 28 | For more information about this list, including instructions on how to |
---|
| 29 | subscribe and access the archives, see http://www.lua.org/lua-l.html . |
---|
| 30 | |
---|
| 31 | * Origin |
---|
| 32 | ------ |
---|
| 33 | Lua is developed at Tecgraf, the Computer Graphics Technology Group |
---|
| 34 | of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro in Brazil). |
---|
| 35 | Tecgraf is a laboratory of the Department of Computer Science. |
---|
| 36 | |
---|
| 37 | (end of README) |
---|