Re: plain text math notation

But it is _very_ much "you got chocolate in my peanut butter" code. Good
thing I like chocolate AND peanut butter. :)

Jean Kaplansky
jeankap@earthlink.net

On Fri, Sep 23, 2016 at 5:54 PM, Liam R. E. Quin <liam@w3.org> wrote:

> On Fri, 2016-09-23 at 11:03 -0400, Robin Berjon wrote:
> [...]
> >
> >   function listPeople (people = [], listType) {
> >     return (
> >       <ul className={listType}>
> >         {
> >           people.map(p => <li>{p.name}</li>)
> >         }
> >       </ul>
> >     );
> >   }
>
> This isn't far removed from JSONiq (or even XQuery).
>
>
>
>

Received on Friday, 23 September 2016 22:06:09 UTC