lua-users home
lua-l archive

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


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).