Is it possible or advisable? It seems to me that all of the languages traditionally used for server side scripting (Python, PHP, Perl) are fucking abominations. According to Google, there is a mod_lua out there.
Name:
Anonymous2010-03-22 7:06
>>42
I'm sure he wasn't even talking about C libraries. Lua has no concept of modules; if you want to add functionality of some lua program into another, you have include whole file, there's no other way. This is the problem with lua libraries, absence of them.