lua-users home
lua-l archive

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


Hi

On 2016-08-23 08:35, steve donovan wrote:
On Tue, Aug 23, 2016 at 12:51 PM, Aapo Talvensaari
<aapo.talvensaari@gmail.com> wrote:
This is how I did it with HTML(5ish):
https://github.com/bungle/lua-resty-tags

Cool! First came across the idea of 'htmlification' in Orbit, which
used function environments to map unknown names onto tag constructors.
I see you've also got an explicit declaration style which I used in
Orbiter (a personal mini-Orbit).
Before Orbit there was Anna Hester's HTMLToolkit (Lua 3.2 I think).
It evolved to HTK:

http://www.ccpa.puc-rio.br/software/htk/

Regards,
Tomás