aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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,