On Nov 12, 6:23 pm, Norman Clarke <
com...@gmail.com> wrote:
> I have a mostly complete implementation of Haml for Lua
> (
http://github.com/norman/lua-haml) which supports embedding and
> rendering other languages, and it would probably be pretty
> straightforward to add support for Groovy syntax. Since you can use
> regular Java code inside Groovy, I imagine it wouldn't be too hard to
> tie them together using LuaJava
> (
http://www.keplerproject.org/luajava/).
>
> Lua was designed to be used as an embedded scripting language inside
> other languages, and so that has guided the way I designed LuaHaml.
> I'd be happy to try to help you make it work if you're interested.
>
> --Norman
>
> On Thu, Nov 12, 2009 at 10:17 PM, Nathan Weizenbaum <
nex...@gmail.com> wrote:
> > You might be able to do something by accessing the Ruby implementation via
> > JRuby... that'd give you a weird mix of languages, though. As far as I know,
> > there's no native Groovy implementation of Haml (yet).
>
> > On Thu, Nov 12, 2009 at 1:41 PM, Chris Eppstein <
ch...@eppsteins.net> wrote:
>
> >> A generic haml specification is being worked on here:
> >>
http://github.com/norman/haml-spec
> >> There's some discussion about such matters on the haml-dev mailing list.
> >> chris