On 06/11/2014 05:35 PM, Marc Chantreux wrote:
* s-exml (which is about writting a grammar in perl6 or NQP),
   a s-expression based dialect to generate xml:

     (body :lang(fr) :editable
         (div :class(abstract important) s-expr is way more readable and
         editable than xml and more saner than a builder based on nested
         datastructures because
             (ul
                 (li i can compile and collapse the structure as the
                 longest string as possible)
                 (li this dialect is even more readable than the
                 equivalent perl6 datastructure)
                 (li parentheses are at the right place: it is soooo easy
                 to edit it with a decent editor ('vi for example) )
                 (li this is (a :href(http://acmeism.org/) acmeic), i
                 really think it's important for a template system)
             )
         )
     )

This looks like fun to me :)


want to help for one of this projets? have your own one in perl6? please
tell me: we'll hack together.


Best regards,
tadzik

Reply via email to