LuaLinq
Lightweight Linq-like library for Lua
Lightweight Linq-like library for Lua.
For the latest version of this project, refer to http://code.google.com/p/lualinq/
Sorry for that.
The syntax is very similar to LINQ and reminds of SQL, for those who already know those languages. It’s released with a BSD 3 clause license.
It uses a very basic subset of Lua, which allows it to be used also in very restrictive embedding scenarios (e.g. videogames).
The focus on data instead of processing makes it suitable for all those...