This page is a top level directory of all Lua content at this wiki, grouped by topic.
- Introduction to Lua
- LearningLua - introduction to Lua (a guided directory)
- LuaTutorial - an informative tutorial written and reviewed by Lua users
- SampleCode - snippets of useful Lua code
- LuaComparison - how Lua compares with other languages.
- LuaFaq - unofficial, community-maintained frequently asked questions
- LuaLinks - a hand-edited list of useful Lua links
- LuaBooks - list of books on the subject of Lua
- Language Definition and Features
- Code Structure / Programming Paradigms
- Data Structures/Types - see DataStructures
- Algorithms / Data Manipulation
- CopyTable - return deep copy of table
- Ordering Iterators
- Sorting
- LazySort - sort only as much of a table as is necessary (function and tutorial)
- LuaSorting - a sample shellsort implementation in pure Lua (function)
- Search in sorted arrays
- BinarySearch - searches for a value in a sorted array via a binary search algorithm (function)
- BinaryInsert - inserts a value into a sorted array via a binary search algorithm (function)
- InterpolatingSearch - searches for a value in a sorted array via an interpolating search algorithm (function)
- StringRecipes - solutions to various common string manipulation needs
- RandomStrings - generate random strings from defined char sets (function)
- To-string conversion and output
- Building, Binding, and Packaging
- Extending and Using Lua
- LuaAddons - a directory of "things for Lua" that are outside this site
- Modules/Libraries
- LuaForge - contains modules (and applications)
- LibrariesAndBindings - list of libraries implemented in Lua or implemented in another language (e.g. C) but having a Lua interface
- LuaRocks - installs Lua modules as self-contained packages (with dependency info) called "rocks"
- LuaSearch - intends to become a centralized locater of Lua modules and documentation
- SampleCode - modules and code snippets on this wiki
- LuaProjects - wiki pages that mirror projects
- Modifying Lua and Enhancement Proposals
- Problem Domains (Application Domains)
- Lua Implementation
- Code Improvement
- Quality and Testing
- Performance and Optimization
- Security: ScriptSecurity - security issues in scripts
- Archive (pertains to old versions of Lua)
- Community
- LuaWorkShop - workshops gathering Lua users
- LuaUses - examples of projects around the world that use Lua
- HelpWanted - listing of help wanted for community projects
- WishList - list of wished-for libraries and bindings and such
- IrcChannel - a chat room for discussing Lua
- [lua-l] - Lua mailing list
- LuaDevelopmentModel - how Lua functions and evolves
- LuaStats - Lua (un)popularity statistics
- LuaNews - summary of the latest happenings in the Lua world
- lua-users website
FindPage · RecentChanges · preferences
edit · history
Last edited August 18, 2010 1:20 pm GMT (diff)