[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaHaml, an implementation of the Haml template language
- From: Norman Clarke <norman@...>
- Date: Tue, 23 Nov 2010 22:47:33 -0300
Hi all,
After a year of on-again off-again work, I've finally just released
Lua Haml, a Lua port of the template language written in Ruby.
http://github.com/norman/lua-haml
To sum up, Haml is a concise, whitespace-sensitive template language
for creating HTML and XML templates. If you're interested, you can
find plenty of information on it here:
http://haml-lang.com/
This implementation is nearly 100% compatible with the original, minus
the obvious difference that you use Lua rather than Ruby as the
embedded language.
Any feedback is most welcome.
Regards,
Norman