From 4a09c0c603463a05fd7a3af3ba41c864d15a3d54 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 7 Apr 2014 23:01:57 +1000 Subject: Add notes about what we need C for. --- ClientHamr/GuiLua/skang.lua | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'ClientHamr') diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 655508a..9689936 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua @@ -1,4 +1,15 @@ --- TODO - This should be in C, but so far development has been quite rapid doing it in Lua. +--[[ TODO - This should be in C, but so far development has been quite rapid doing it in Lua. +C will let us - + Use Ecore's main loop. + Actually do the widget stuff. + Slap meta tables on all value types. + Which lets us put the meta table on the variable, instead of on the table, which I think is cleaner. + Figure out the directory separator. + Network stuff. No need to look at Lua socket stuff, we have Ecore_Con. + Database stuff. No need to look at Lua SQL stuff, we have esskyuehl. Maybe. + +]] + --[[ Skang package -- cgit v1.1