[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Narcissus in Lua (Javascript parser)
- From: Tom <tom.wieland@...>
- Date: Sun, 17 Oct 2010 10:10:20 +0200
On Sat, Oct 16, 2010 at 9:28 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> On Fri, Oct 15, 2010 at 11:07 PM, Petite Abeille <petite_abeille@mac.com> wrote:
>> html{ head{ title{ type = 'bla', 'haha' } }, body{} }
>>
>> But, as Javier mentioned, not that anyone would want to use such concoction in practice :)
>
> It's what Orbit does with htmlify. It's certainly less painful than
> HTML, which is maybe not saying much...
>
> The power of the notation is that common patterns can be easily factored out
>
> steve d.
>
>
This might be of interest to you (only just found it through google to
be honest though, but it's interesting for me for future projects
aswell);
http://github.com/norman/lua-haml
Tom Wieland