diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/GuiLua.c | 4 |
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 | |||
121 | http://lua-users.org/lists/lua-l/2011-10/msg00485.html | 121 | http://lua-users.org/lists/lua-l/2011-10/msg00485.html |
122 | http://lua-users.org/wiki/LuaModuleFunctionCritiqued | 122 | http://lua-users.org/wiki/LuaModuleFunctionCritiqued |
123 | 123 | ||
124 | On the other hand, Thing as such might just vanish and merge into | ||
125 | various Lua and metatable things. Seems that's what is going on. We | ||
126 | didn't really need much OO beyond this anyway. | ||
127 | |||
124 | Each "users session" (matrix-RAD term that came from Java | 128 | Each "users session" (matrix-RAD term that came from Java |
125 | applets/servlets) has a ThingSpace, which is a tree that holds | 129 | applets/servlets) has a ThingSpace, which is a tree that holds |
126 | everything else. It holds the class cache, commands, loaded modules, | 130 | everything else. It holds the class cache, commands, loaded modules, |