Forgot to send this to the actual list (sorry Stephen!). Some other thoughts that come to mind are WebAssembly, which has an S-expr syntax but is targeted by lots of different non-Lisp langs. As well I think GCC at least used to have some internal S-expr-like intermediate forms for ASTs.
I had plans for a "Heresy2" but ... given the controversy (and more seriously, the extensive writing over the last week about the challenges of making the switch), I think I might put a pin in that ... ---------- Forwarded message --------- From: Annaia Berry <[email protected]> Date: Tue, Jul 23, 2019 at 11:55 AM Subject: Re: [racket-users] https://github.com/racket/racket2-rfcs/blob/master/prior-art.md To: Stephen De Gabrielle <[email protected]> Not sure where to submit this to that list, but Heresy contains a few infix forms. The m-block math syntax, and the do notation syntax, both use infix expressions. Monad/do notation is here: https://docs.racket-lang.org/heresy/monad-do.html M-blocks are still somewhat undocumented but you can find some examples in the tests: https://github.com/jarcane/heresy/blob/master/tests/infix-math.rkt On Mon, Jul 22, 2019 at 10:31 PM Stephen De Gabrielle < [email protected]> wrote: > FYI > > https://github.com/racket/racket2-rfcs/blob/master/prior-art.md > > -- > ---- > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/racket-users/CAGHj7-LKb%3DbbYw7HEOSpDhkQgj8ePZcyksOJyguBwqeM6Y32jA%40mail.gmail.com > <https://groups.google.com/d/msgid/racket-users/CAGHj7-LKb%3DbbYw7HEOSpDhkQgj8ePZcyksOJyguBwqeM6Y32jA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CA%2BHVF0AM2eDwfOifY_Y8%2B08CDxG_6LOb_cifQBQY%2BQSTq9xe-A%40mail.gmail.com.

