lua-users home
lua-l archive

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


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