Changes between Version 208 and Version 209 of members/GRIP-UQAM
- Timestamp:
- Oct 13, 2016, 11:00:40 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
members/GRIP-UQAM
v208 v209 330 330 == Lua == 331 331 * //[WikiPedia:Lua_(programming_language)]// 332 * //[http://lua-users.org/wiki/ObjectOrientedProgramming Object Oriented Programming]//333 332 * [https://luarocks.org/ LuaRocks] [DebianPackage:luarocks] 334 333 * [https://luarocks.org/modules/mascarenhas/wsapi-fcgi mascarenhas/wsapi-fcgi] 334 === Object Oriented Programming === 335 * //[http://lua-users.org/wiki/ObjectOrientedProgramming Object Oriented Programming]// 336 * object [https://luarocks.org/labels/object LuaRocks] 335 337 * [https://luarocks.org/modules/luarocks/loop luarocks/loop] 338 * [https://github.com/kurapica/PLoop kurapica/PLoop (GitHub)] Pure Lua Object-Oriented Program : PLoop is used to provide a C# like style object-oriented program system for lua. It support Lua 5.1 and above versions, also the luajit ((interface)) 336 339 === Event Dispatcher (Mediator Pattern) === 337 340 * [https://luarocks.org/modules/olivine-labs/mediator_lua olivine-labs/mediator_lua] [http://olivinelabs.com/mediator_lua/ olivinelabs] [https://github.com/Olivine-Labs/mediator_lua Olivine-Labs/mediator_lua (GitHub)] [DebianPackage:lua-mediator] Event handling through channels (top lua module)