Re: plain text math notation

This might be interesting for those following this thread:

Murray Sargent just published v3.1 of his linear syntax, now dubbed
UnicodeMath [1]

See you in a few hours,
Peter.

[1]
https://blogs.msdn.microsoft.com/murrays/2016/11/30/unicodemath-version-3-1/

On Mon, Sep 26, 2016 at 4:27 PM, Robin Berjon <robin@berjon.com> wrote:

> On 23/09/2016 17:54 , Liam R. E. Quin 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).
>
> Yes, that's why I like it. I have long been thinking of doing some kind
> of XQuery-like using JSX.
>
> But _sshhhhh_, don't tell the millions of JS developers now using this!
>
> --
> • Robin Berjon - http://berjon.com/ - @robinberjon
> • http://science.ai/ — intelligent science publishing
> •
>

Received on Thursday, 1 December 2016 07:55:06 UTC