Re: curly-infix in dotted notation
David A. Wheeler 17 Sep 2012 00:44 UTC
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