[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: embedding lua code in html
- From: Natanael Copa <natanael.copa@...>
- Date: Mon, 16 Oct 2006 22:14:58 +0200
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