Re: [Kepler-Project] Re: Using Kepler on DreamHost (and request for clarification on CGILua)

2010-03-31 Thread Andre Carregal
On Tue, Mar 30, 2010 at 10:30 PM, Stuart P. Bentley wrote: > So, CGILua was a sort of proto-Kepler Project, from before separate > libraries were used to handle each aspect of development? Exactly. As Tomas mentioned, there were no "Lua modules" by then. The CGILua "distro" was somewhat similar t

Re: [Kepler-Project] LuaEclipse2

2010-03-31 Thread Vadim Peretokin
I'll check that out. The macros aren't in C or M4 though, rather in a way more sane Lua: http://lua-users.org/wiki/SlightlyLessSimpleLuaPreprocessor ___ Kepler-Project mailing list Kepler-Project@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailma

Re: [Kepler-Project] Re: Using Kepler on DreamHost (and request for clarification on CGILua)

2010-03-31 Thread Tomas Guisasola Gorham
Hi Stuart So, CGILua was a sort of proto-Kepler Project, from before separate libraries were used to handle each aspect of development? CGILua was developed for Lua 3 :-) At that time there was no standard way to load binary libraries for Lua and (I think) PHP didn't exist :-)

Re: [Kepler-Project] LuaEclipse2

2010-03-31 Thread Fabien
On Sat, Mar 27, 2010 at 2:45 PM, Vadim Peretokin wrote: > [My lua files won't parse in Eclipse2 because] I'm using a pre-processor on the files since there are some redundant things > that it's better to just generate code for. If you rewrite your macros as Metalua extensions, it will parse, si