hello sixers, 

> >* s-exml (which is about writting a grammar in perl6 or NQP),
> >   a s-expression based dialect to generate xml:
> 
> This looks like fun to me :) 

thanks! i just put a first version on my github 

https://github.com/eiro/p6-lab/blob/master/sexml.p6

next moves would be:

* write more perl6ish code
* add some templating features as tags to have things like

    {? users
        {ul {@ users u {li {$u.firstname} {$u.lastname} } }}
    }

YA way to learn some perl6 code.

regards

-- 
Marc Chantreux (eiro on github and freenode)
http://eiro.github.com/
http://eiro.github.com/atom.xml
"Don't believe everything you read on the Internet"
    -- Abraham Lincoln

Reply via email to