lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Oi,

The haserl project is supporting lua in the latest development version
(0.9.12)
http://haserl.sourceforge.net

That means you can embed your lua code php-style:

#!/usr/bin/haserll
Content-type: text/html

<html>
<body>
<p><? print( "Hello world from LUA!" ) ?></p>
</body>
</html>

Though you might be interested...

Natanael Copa