Wow, that thread become a huge one. :-)
Sorry for delayed replies.

> I have been pondering on a proper niche for luafcgid. It doesn't make sense
> to create YaWSAPI, so I think my focus will be on a 'lean & mean' setup for
> web apps written in Lua. The intended audience would be large RESTful
> transactional gateways and perhaps embedded systems (routers & whatnot).

> I don't plan to add much more then header io, puts/gets/parse and the misc
> housekeeping related stuff (flush/watchdog/exit).

I must be missing something here, but why do you need a separate
parser? What's wrong with gmatch or LPeg?

Is this because of string interning?

> A remote telnet debugger
> interface ala gdb might be nice, but that is currently on the
> far-off-fairyland part of the schedule.

You mean remdebug-like functionality?

> Anything else (like funky fancy form
> parsing) can just be done easier in Lua.

Alexander.

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to