aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-20 14:34:15 +1000
committerDavid Walter Seikel2014-03-20 14:34:15 +1000
commitc780ecb575af9032ce849f91865ceae9f01d1de9 (patch)
treee7891f0a7ca21c0f705a2bd793692898285521b0 /ClientHamr/GuiLua/GuiLua.c
parentMove skang specific notes inte skang.lua. (diff)
downloadSledjHamr-c780ecb575af9032ce849f91865ceae9f01d1de9.zip
SledjHamr-c780ecb575af9032ce849f91865ceae9f01d1de9.tar.gz
SledjHamr-c780ecb575af9032ce849f91865ceae9f01d1de9.tar.bz2
SledjHamr-c780ecb575af9032ce849f91865ceae9f01d1de9.tar.xz
More Thing notes.
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index 2b5f161..befc582 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -121,6 +121,10 @@ http://www.inf.puc-rio.br/~roberto/pil2/chapter15.pdf
121http://lua-users.org/lists/lua-l/2011-10/msg00485.html 121http://lua-users.org/lists/lua-l/2011-10/msg00485.html
122http://lua-users.org/wiki/LuaModuleFunctionCritiqued 122http://lua-users.org/wiki/LuaModuleFunctionCritiqued
123 123
124On the other hand, Thing as such might just vanish and merge into
125various Lua and metatable things. Seems that's what is going on. We
126didn't really need much OO beyond this anyway.
127
124Each "users session" (matrix-RAD term that came from Java 128Each "users session" (matrix-RAD term that came from Java
125applets/servlets) has a ThingSpace, which is a tree that holds 129applets/servlets) has a ThingSpace, which is a tree that holds
126everything else. It holds the class cache, commands, loaded modules, 130everything else. It holds the class cache, commands, loaded modules,