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 1:54
>>20
this is a total myth. it's so easy to bind to any C library you need that library support is only a *consideration* if you absolutely -cannot- write C to save your life.
seriously, you can import all the libraries you need in <200 lines of C.