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

Re: Improper lists in macros [WAS: none]

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



>
>You're wrong.  Quoting R5RS:
>
>More formally, an input form F matches a pattern P if and only if:
>
>[...]
>

Yep. I see it now.

Regardless of that I would propose to change
the syntax to something like 

(curry <procedure> (<constant-or-slot>* [. <>]))

or

(curry (<constant-or-slot>* [. <>]) <procedure>)

That resembles a lambda-list more closely, IMHO.


felix