[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: curly-infix in dotted notation

This page is part of the web mail archives of SRFI 105 from before July 7th, 2015. The new archives for SRFI 105 contain all messages, not just those from before July 7th, 2015.



Alan Manuel Gloria:
> You know, an s-expr of the form:
> 
>  (superop op a b c ...)
> 
> can be expressed in a curly-infix dotted notation as:
> 
> (superop . {a op b op c op ...})

Good point.  Should we note that somewhere, e.g., the rationale or example?

--- David A. Wheeler